Date: Wed, 8 Nov 2000 03:46:45 +0200 From: Lauri Laupmaa <mauri@aripaev.ee> To: "'stable@freebsd.org'" <stable@freebsd.org> Subject: /usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init' Message-ID: <8E67E032AD23D4118F740050042F21F781@lant.mbp.ee>
next in thread | raw e-mail | index | archive | help
Hi After compiling Tue Oct 31 -STABLE many ports do not compile anymore: ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:536: checking for gcc configure:613: checking whether the C compiler (cc -O -pipe ) works configure:627: cc -o conftest -O -pipe conftest.c 1>&5 /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 configure: failed program was: #line 623 "configure" #include "confdefs.h" main(){return(0);} (end of "config.log") *** Error code 1 Do I have to buildworld again ? Or only build some fresh libraries ? TIA L. 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?8E67E032AD23D4118F740050042F21F781>