Date: Mon, 30 Oct 2000 15:44:03 -0800 From: Kent Stewart <kstewart@urx.com> To: obrien@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib/csu Makefilesrc/lib/csu/alpha crti.S crtn.S Makefile crt1.c src/lib/csu/commoncrtbrand.c crtbegin.c src/lib/csu/i386-elf Makefile crt1.c crti.Scrtn.S src/contrib/gcc/config/alpha freebsd.h Message-ID: <39FE07C3.5315E449@urx.com> References: <200010302032.MAA36956@freefall.freebsd.org> <39FE0077.B1CA6AE6@urx.com> <20001030153633.C62186@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote: > > On Mon, Oct 30, 2000 at 03:12:55PM -0800, Kent Stewart wrote: > > /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 > > Was this with `make -DNOCLEAN' by chance? I got simular results on one > of my Alpha's. I'm not sure -DNOCLEAN is safe at the moment. I would > rm -rf /usr/obj/* and then cd /usr/src && make cleandir. No, I have a script that does the cvsup, converts it to html, and then does the usual buildworld and build[install]kernel sequence. It looks like the first error, which may have been caused by the GCCDIR is still having an effect. Just after the error that I included, it complained about a kernel not being found and so, I'm just building one to keep it happy. I have been going back through my log and it looks like there were some installs to /usr/lib and that may have some side effects. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39FE07C3.5315E449>