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@xxxxxxxxx> To: "David Stockwell (local)" <dstockwell@xxxxxxxxxxxxxxxxxxxxx>; <gcc-help@xxxxxxxxxxx> 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 > > >