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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message