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 <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
>with "unsubscribe freebsd-hackers" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to