From owner-freebsd-current Mon Oct 14 11:10:24 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D1937B401 for ; Mon, 14 Oct 2002 11:10:22 -0700 (PDT) Received: from smtp2.electric.net (smtp2.electric.net [216.129.90.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23C043EB2 for ; Mon, 14 Oct 2002 11:10:21 -0700 (PDT) (envelope-from davidf@caymas.com) Received: from hm1.electric.net ([216.129.90.33]) by smtp2.electric.net with smtp (Exim 4.04) id 1819fZ-0003Cm-01 for freebsd-current@freebsd.org; Mon, 14 Oct 2002 11:10:21 -0700 Received: from osmtp2.electric.net ([216.129.90.29]) by hm1.electric.net (NAVGW 2.5.2.12) with SMTP id M2002101411102124261 for ; Mon, 14 Oct 2002 11:10:21 -0700 Received: from [216.210.192.146] (helo=DAVIDFW2K) by osmtp2.electric.net with asmtp (Exim 3.22 #3) id 1819fX-000EAC-04 for freebsd-current@freebsd.org; Mon, 14 Oct 2002 11:10:20 -0700 Reply-To: From: "David Francheski" To: Subject: anybody help? undefined reference to 'xstrtod' occuring when building sort.o Date: Mon, 14 Oct 2002 11:10:16 -0700 Organization: Caymas Systems Message-ID: <00d801c273ac$f5001e30$3600010a@caymas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to upgrade from a 5.0 DP1 system to the latest -current (as of last week sometime). In the process of doing a 'make buildworld' I get the following error message: Bcc -O -pipe -mcpu=3Dpentiumpro -I/usr/src/gnu/usr.bin/sort -I/usr/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -DHAVE_CONFIG_H -o sort sort.o argmatch.o dup-safer.o error.o fopen-safer.o getopt.o getopt1.o hard-locale.o human.o long-options.o memcoll.o physmem.o posixver.o quote.o quotearg.o version-etc.o xmalloc.o xmemcoll.o xstrtoul.o xstrtoumax.o ^M=1B[K=1B[13;5H.o: In = function `general_numcompare':^M=1B[K Bsort.o(.text+0x12=1B[37@9c): undefined reference to `xstrtod' Bsort.o(.text+0x12c8): undefined reference to = `xstrtod'^M=1B[K=1B[16;5H.o: In function `main':^M=1B[K Bsort.o(.text+0x2ce8)=1B[41@: undefined reference to `version_string' Bargmatch.o: In function `__argmatch_die':^M=1B[K Bargmatch.o(.text+0xe): undefined reference to `usage'^M=1B[K B*** Error code 1 Stop in /usr/src/gnu/usr.bin/sort.^M=1B[K B*** Error code 1^M=1B[K B^M=1B[K=1B[Hargmatch.o(.text+=1B[36@0xe): undefined reference to = `usage' B*** Error code 1^M=1B[K =20 I made sure /usr/obj was empty prior to the buildworld. Thanks for your help! David L. Francheski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message