From owner-freebsd-questions Fri Jan 1 18:27:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26129 for freebsd-questions-outgoing; Fri, 1 Jan 1999 18:27:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.cybcon.com (mail.cybcon.com [205.147.64.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26124 for ; Fri, 1 Jan 1999 18:27:53 -0800 (PST) (envelope-from bwoods@cybcon.com) Received: from cybcon.com (bwoods@cybcon.com [205.147.64.49]) by mail.cybcon.com (8.9.0/8.9.0) with ESMTP id SAA08679 for ; Fri, 1 Jan 1999 18:27:31 -0800 (PST) Date: Fri, 1 Jan 1999 18:27:30 -0800 (PST) From: Bill Woods To: questions@FreeBSD.ORG Subject: Make world fails...how to fix ?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, while trying to go from 2.2.6 to 3.0-current, I get this? I know it has something to do with the .mk files but I am not sure what? How would I fix this. I had to wipe my disk and the only CD's I had were 2.2.6. I just cvsupped ths ource and tried to compile....how would I fix this ? --------------------------------------------------- cc -O -pipe -I/usr/local/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/local/src/usr.bin/make/lst.lib/lstLast.c cc -O -pipe -I/usr/local/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/local/src/usr.bin/make/lst.lib/lstMember.c cc -O -pipe -I/usr/local/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/local/src/usr.bin/make/lst.lib/lstNext.c cc -O -pipe -I/usr/local/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/local/src/usr.bin/make/lst.lib/lstOpen.c cc -O -pipe -I/usr/local/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/local/src/usr.bin/make/lst.lib/lstRemove.c cc -O -pipe -I/usr/local/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/local/src/usr.bin/make/lst.lib/lstReplace.c cc -O -pipe -I/usr/local/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/local/src/usr.bin/make/lst.lib/lstSucc.c cc -O -pipe -I/usr/local/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -static -o make arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o parse.o str.o suff.o targ.o var.o util.o lstAppend.o lstAtEnd.o lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstRemove.o lstReplace.o lstSucc.o compat.o: Undefined symbol `___error' referenced from text segment job.o: Undefined symbol `___error' referenced from text segment job.o: Undefined symbol `___error' referenced from text segment job.o: Undefined symbol `___error' referenced from text segment job.o: Undefined symbol `___error' referenced from text segment job.o: Undefined symbol `___error' referenced from text segment job.o: Undefined symbol `___error' referenced from text segment main.o: Undefined symbol `___error' referenced from text segment main.o: Undefined symbol `___error' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. --------------------------- Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message