From owner-freebsd-stable Tue Nov 7 17:45:40 2000 Delivered-To: freebsd-stable@freebsd.org Received: from lant.mbp.ee (lant.mbp.ee [194.204.12.41]) by hub.freebsd.org (Postfix) with ESMTP id 66BDE37B479 for ; Tue, 7 Nov 2000 17:45:36 -0800 (PST) Received: by lant.mbp.ee with Internet Mail Service (5.5.2650.21) id ; Wed, 8 Nov 2000 03:46:46 +0200 Message-ID: <8E67E032AD23D4118F740050042F21F781@lant.mbp.ee> From: Lauri Laupmaa To: "'stable@freebsd.org'" Subject: /usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init' Date: Wed, 8 Nov 2000 03:46:45 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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