Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2001 22:40:51 +1100
From:      "Jan Mikkelsen" <janm@transactionware.com>
To:        "Benjamin Gross" <bgross1@rcn.com>, <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE"
Message-ID:  <006501c13211$ca07dbb0$0a01a8c0@haym.transactionware.com>

next in thread | raw e-mail | index | archive | help
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 <bgross1@rcn.com>
To: freebsd-hackers@FreeBSD.ORG <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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006501c13211$ca07dbb0$0a01a8c0>