- Wed Mar 30, 2005 4:33 pm
#13298
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:
Jan
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
Thanks,> 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)
Jan