From owner-freebsd-stable Tue Oct 31 13:52:12 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 5AFD337B479 for ; Tue, 31 Oct 2000 13:52:06 -0800 (PST) Received: from randy by rip.psg.com with local (Exim 3.16 #1) id 13qjK4-0007R0-00; Tue, 31 Oct 2000 13:52:00 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Chris Johnson Cc: FreeBSD Stable Subject: Re: buildworld death References: <20001031163322.A10227@palomine.net> Message-Id: Date: Tue, 31 Oct 2000 13:52:00 -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile >> rm -f .depend >> mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/games/fortune/strfile/strfile.c >> cd /usr/src/games/fortune/strfile; make _EXTRADEPEND >> echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend >> cc -O -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/fortune/strfile/strfile.c >> cc -O -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -o strfile strfile.o >> /usr/lib/crtbegin.o: In function `_init': >> /usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init' >> /usr/lib/crti.o(.init+0x0): first defined here >> /usr/lib/crtbegin.o: In function `_fini': >> /usr/lib/crtbegin.o(.fini+0x0): multiple definition of `_fini' >> /usr/lib/crti.o(.fini+0x0): first defined here >> *** Error code 1 > > cd /usr/src/gnu/lib/csu && make all install (This is from memory--the box > I did the build on is unreachable at the moment. I think it's right.) that did it. thanks. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message