From owner-freebsd-hackers Fri Aug 31 4:52:57 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from penfold.transactionware.com (penfold.transactionware.com [203.14.245.1]) by hub.freebsd.org (Postfix) with SMTP id 23E6E37B401 for ; Fri, 31 Aug 2001 04:52:53 -0700 (PDT) Received: (qmail 25007 invoked from network); 31 Aug 2001 11:53:23 -0000 Received: from ck.transactionware.com (192.168.1.17) by penfold.transactionware.com with SMTP; 31 Aug 2001 11:53:23 -0000 Received: (qmail 78177 invoked by uid 1006); 31 Aug 2001 11:57:23 -0000 Received: from janm@transactionware.com by ck.transactionware.com with qmail-scanner-0.96 (sweep: 2.4/3.46. . Clean. Processed in 0.977934 secs); 31 Aug 2001 11:57:23 -0000 Received: from du1.transactionware.com (HELO haym) (192.168.1.10) by ck.transactionware.com with SMTP; 31 Aug 2001 11:57:22 -0000 Message-ID: <006501c13211$ca07dbb0$0a01a8c0@haym.transactionware.com> From: "Jan Mikkelsen" To: "Benjamin Gross" , Subject: Re: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" Date: Fri, 31 Aug 2001 22:40:51 +1100 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 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You probably have the system default libstdc++.so.3 in your library search path before the GCC 3 libstdc++.so.3. Try setting LD_LIBRARY_PATH to the GCC 3 lib directory. Jan Mikkelsen -----Original Message----- From: Benjamin Gross To: freebsd-hackers@FreeBSD.ORG Date: Wednesday, 29 August 2001 18:11 Subject: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" >Hello, > >I've just installed gcc version 3.0 on a FreeBSD v4.4 system to work on a c++ project, and when I try to execute a program that has been successfully compiled and linked, I get the following message: > >/usr/libexec/ld-elf.so.1: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" referenced from COPY relocation in ./test > >Does anyone know what the problem is ? > >thanks, > >ben > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message