Date: Mon, 30 Oct 2000 15:36:33 -0800 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Kent Stewart <kstewart@urx.com> 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: <20001030153633.C62186@dragon.nuxi.com> In-Reply-To: <39FE0077.B1CA6AE6@urx.com>; from kstewart@urx.com on Mon, Oct 30, 2000 at 03:12:55PM -0800 References: <200010302032.MAA36956@freefall.freebsd.org> <39FE0077.B1CA6AE6@urx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX 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?20001030153633.C62186>