Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 16:33:22 -0500
From:      Chris Johnson <cjohnson@palomine.net>
To:        Randy Bush <randy@psg.com>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: buildworld death
Message-ID:  <20001031163322.A10227@palomine.net>
In-Reply-To: <E13qiqc-0007Aq-00@rip.psg.com>; from randy@psg.com on Tue, Oct 31, 2000 at 01:21:34PM -0800
References:  <E13qiqc-0007Aq-00@rip.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 31, 2000 at 01:21:34PM -0800, Randy Bush wrote:
> /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.)

Then try again.

Chris


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001031163322.A10227>