This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
undefined reference to ___gxx_personality_v0
- From: Weijun Zhu <zhuw at ucla dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 04 Aug 2004 15:33:05 -0700
- Subject: undefined reference to ___gxx_personality_v0
Hello,
I have a library compiled by g++ version 3.2 and have no problem link
against it using
g++ 3.2. But when I was linking against it using g++ 2.96 or g++ 3.3.1,
I got the following
error:
undefined reference to ___gxx_personality_v0?
Do I have to use the same g++ version as the library to link against it?
Thanks,
Weijun.