Date: Tue, 16 Jun 1998 09:48:28 -0500 (CDT) From: "Bruce Burden" <bruceb@austx.tandem.com> To: current@FreeBSD.ORG Subject: 0615 make world fails in gperf Message-ID: <199806161448.JAA08938@panther.mpd.tandem.com>
next in thread | raw e-mail | index | archive | help
Hi folks, I saw a message that "make world" worked on 06/15, so I decided to update my machne (last done around 1 Feb). Anyway, I got the CVSup15.4, re sup'd the source, and attempted to make world. I ran into a problem in making gperf: rm -f .depend /usr/obj/omni/usr/src/gnu/usr.bin/gperf/GRTAGS /usr/obj/omni/usr/src/gnu/usr.bin/gperf/GSYMS /usr/obj/omni/usr/src/gnu/usr.bin/gperf/GTAGS ===> doc cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/options.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/iterator.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/perfect.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/keylist.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/listnode.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/xmalloc.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/hashtable.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/boolarray.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/readline.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/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/omni/usr/src/tmp/usr/include -c /omni/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/omni/usr/src/tmp/usr/include -c /omni/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/omni/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. I think the __error is coming from one of the include files, but I am not sure why this isn't being resolved. Ideas? Thanks, Bruce -- ------------------------------------------------------------------------------- Bruce Burden bruceb@isd.tandem.com Tandem Computers Inc. 512-432-8944 Network Verification 14231 Tandem Blvd. Auto answer(4 rings) Austin, TX 78726 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?199806161448.JAA08938>