Date: Thu, 30 Apr 1998 16:24:22 -0400 From: Adam Ryan Mcdougall <mcdougall@ameritech.net> To: cvs-all@FreeBSD.ORG Subject: Breakage? Re: cvs commit: src/lib/libc_r/sys uthread_error.c Makefile.inc __error.c Message-ID: <3548DDF6.A83BAA98@ameritech.net> References: <Pine.BSF.3.95.980430100545.6322A-100000@current1.whistle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thu Apr 30 16:23:09 EDT 1998 cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/stderr.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/version.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/getopt.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/usr/src/tmp/usr/include -static -o gperf options.o iterator.o main.o perfect.o keylist.o listnode.o xmalloc.o hashtable.o boolarray.o readline.o stderr.o version.o getopt.o stderr.o: Undefined symbol `___error' referenced from text segment stderr.o: Undefined symbol `___error' referenced from text segment stderr.o: Undefined symbol `___error' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Is this a problem with just my computer, or the source? > On Thu, 30 Apr 1998, John Birrell wrote: > > > jb 1998/04/30 02:04:12 PDT > > > > Modified files: > > lib/libc_r/sys Makefile.inc > > Added files: > > lib/libc_r/sys uthread_error.c > > Removed files: > > lib/libc_r/sys __error.c > > Log: > > Change the name of this source file so that libc_r builds it instead > > of the one in libc that contains the weak symbol for __error. FreeBSD's > > make accumulates paths to the point that it can find *anything*, possibly > > including the car keys. > > > > Revision Changes Path > > 1.9 +2 -2 src/lib/libc_r/sys/Makefile.inc > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- "To err is human, to forgive, beyond the scope of the Operating System" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3548DDF6.A83BAA98>