This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: undefined versioned symbol name __dynamic_cast@@CXXABI_1.2
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: "David Stockwell \(local\)" <dstockwell at leadingedgedesign dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Wed, 09 Jul 2003 13:00:43 -0500
- Subject: Re: undefined versioned symbol name __dynamic_cast@@CXXABI_1.2
- References: <5.2.0.9.0.20030709112642.00bbcb18@iplan-mn.corp.adobe.com><5.2.0.9.0.20030709122536.00b7aec0@iplan-mn.corp.adobe.com>
Hi David,
If you are using C++ code (and it appears you are), you should use g++, not
gcc, to link the code.
--Eljay