Page 1 of 1

Which g++ version?

Posted: Wed Mar 30, 2005 4:33 pm
by wahn
Hi,

Which g++ version are you using on Linux systems? I get this funny "undefined reference to `__gxx_personality_v0'" link errors which (I guess) come from different GCC versions. I use:
Code: Select all
> g++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Thanks,

Jan

Posted: Thu Mar 31, 2005 1:50 pm
by victor
we are using gcc 3.3.2, maybe it is a version conflict.