Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 13:52:00 -0800
From:      Randy Bush <randy@psg.com>
To:        Chris Johnson <cjohnson@palomine.net>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: buildworld death
Message-ID:  <E13qjK4-0007R0-00@rip.psg.com>
References:  <E13qiqc-0007Aq-00@rip.psg.com> <20001031163322.A10227@palomine.net>

next in thread | previous in thread | raw e-mail | index | archive | help
>> /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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E13qjK4-0007R0-00>