This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gxx_personality_v0 undefined - 2.96 Libraries 3.2 GCC
- From: Joe Buck <jbuck at synopsys dot com>
- To: "J. Scott Edwards" <sedwards at xmission dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 30 Jan 2003 17:59:32 -0800
- Subject: Re: gxx_personality_v0 undefined - 2.96 Libraries 3.2 GCC
- References: <Pine.GSO.4.53.0301301123240.15310@xmission.xmission.com>
On Thu, Jan 30, 2003 at 11:40:30AM -0700, J. Scott Edwards wrote:
> I just switched this machine from Debian Woody to SuSE 8.1 GNU/Linux but
> now when I try to build the software I'm working on I get this:
>
> undefined reference to `__gxx_personality_v0'
You're linking with gcc, so you're not pulling in needed C++ runtime
support. Link with g++ instead, or explicitly specify -lstdc++ or
-lsupc++ .