Date: Mon, 14 Oct 2002 11:10:16 -0700 From: "David Francheski" <davidf@caymas.com> To: <freebsd-current@freebsd.org> Subject: anybody help? undefined reference to 'xstrtod' occuring when building sort.o Message-ID: <00d801c273ac$f5001e30$3600010a@caymas.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00d801c273ac$f5001e30$3600010a>