undefined versioned symbol name __dynamic_cast@@CXXABI_1.2

David Stockwell (local) dstockwell@leadingedgedesign.com
Wed Jul 9 19:49:00 GMT 2003


Hi all,

i tried using g++ ,etc but no luck until:

fwiw, I ended up solvingthe build problem as follows

cd /usr/bin
mv gcc gvv
ln -s gcc3.2 gcc



now it seems to link ok.

David
----- Original Message ----- 
From: "Eljay Love-Jensen" <eljay@adobe.com>
To: "David Stockwell (local)" <dstockwell@leadingedgedesign.com>;
<gcc-help@gcc.gnu.org>
Sent: Wednesday, July 09, 2003 2:00 PM
Subject: Re: undefined versioned symbol name __dynamic_cast@@CXXABI_1.2


> Hi David,
>
> If you are using C++ code (and it appears you are), you should use g++,
not
> gcc, to link the code.
>
> --Eljay
>
>
>



More information about the Gcc-help mailing list