From owner-freebsd-questions Tue Oct 31 12:37: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifour.com.br (midas.ifour.com.br [200.236.148.68]) by hub.freebsd.org (Postfix) with SMTP id D6E8B37B4C5 for ; Tue, 31 Oct 2000 12:36:56 -0800 (PST) Received: (qmail 13773 invoked from network); 31 Oct 2000 17:38:28 -0000 Received: from port55.tdnet.com.br (HELO ifour.com.br) (200.236.148.155) by midas.ifour.com.br with SMTP; 31 Oct 2000 17:38:28 -0000 Message-ID: <39FF1145.B4043008@ifour.com.br> Date: Tue, 31 Oct 2000 18:36:53 +0000 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: sync src tree and nothing else compiles Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have just sync my src tree and rebuild the world+kernel, everything works great but i cannot compile no program, that what i get: etosha$ cc -o list.cgi main.o lst.o get_bound.o -L/usr/local/lib -L/usr/local/lib/mysql -lfcgi -lmysqlclient /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 /usr/local/lib/mysql/libmysqlclient.so: warning: tempnam() possibly used unsafely; consider using mkstemp() Does anybody have any ideia ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message