From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 09:00:26 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05F116A4B3 for ; Tue, 21 Oct 2003 09:00:26 -0700 (PDT) Received: from mail.web-1hosting.net (mail.web-1hosting.net [63.123.79.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7648E43F3F for ; Tue, 21 Oct 2003 09:00:25 -0700 (PDT) (envelope-from security@adtu.org) Received: from barney (spencer-117.iowaone.net [12.13.110.117]) by mail.web-1hosting.net (Postfix) with SMTP id F3FE92D81C2 for ; Tue, 21 Oct 2003 11:00:23 -0500 (CDT) Message-ID: <00d001c397ec$113a5f20$d3a8a8c0@barney> From: "Aaron Sloan" To: Date: Tue, 21 Oct 2003 10:57:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: gettext compile problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 16:00:26 -0000 X-List-Received-Date: Tue, 21 Oct 2003 16:00:26 -0000 Hello viewers. Can someone talk me through on what to look for so I can start solving these myself.. Information: 4.8 stable / gettext-0.12.1 I have tried removing from distfiles and remaking and reinstall.. I can follow some of what is going on here, but can you give me some detail? What is my next step in thinking? -verbose Thanks! Aaron Making all in lib Making all in libasprintf make all-am /bin/sh ./libtool --mode=link c++ -O -pipe -L/usr/local/lib -o libasprintf.la -rpath /usr/local/lib lib-asprintf.lo autosprintf.lo c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/ lib-asprintf.o .libs/autosprintf.o -Wl,--whole-archive /usr/local/lib/./ libstdc++.a -Wl,--no-whole-archive -L/usr/local/lib/gcc-lib/ i386-portbld-freebsd4.8/../.. -L/usr/ports/lang/gcc33/work/build/gcc -L/ usr/ ports/lang/gcc33/work/build/i386-portbld-freebsd4.8/libstdc++-v3/src/.li bs -L/usr/ports/lang/gcc33/work/build/i386-portbld-freebsd4.8/libstdc++-v3/ src -L/usr/local/lib -L/usr/lib -lm -lgcc /usr/lib/crtendS.o /usr/lib/crtn.o -Wl,-soname -Wl,libasprintf.so.0 -o .libs/libasprintf.so.0 /usr/lib/libgcc.a(new.o)(.data+0x0): multiple definition of `__new_handler' /usr/local/lib/./libstdc++.a(new_handler.o)(.bss.__new_handler+0x0): first defined here /usr/lib/libgcc.a(tinfo2.o): In function `__dynamic_cast': tinfo2.o(.text+0x7d8): multiple definition of `__dynamic_cast' /usr/local/lib/./libstdc++.a(tinfo.o)(.text.__dynamic_cast+0x0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `__dynamic_cast' changed from 250 to 75 in /usr/lib/libgcc.a(tinfo2.o) *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.12.1/gettext-runtime/ libasprintf. *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.12.1/gettext-runtime/ libasprintf. *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.12.1/gettext-runtime. *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.12.1/gettext-runtime. *** Error code 1 Stop in /usr/ports/devel/gettext/work/gettext-0.12.1. *** Error code 1 Stop in /usr/ports/devel/gettext. Aaron Sloan