------- Comment #5 from tkoenig at gcc dot gnu dot org 2008-12-26 16:40 ------- (In reply to comment #2) > --enable-version-specific-runtime-libs, maybe? >
Doesn't do what I want: tkoe...@gcc16:/tmp$ g++ -V4.3.3 -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4_3/configure --prefix=/home/tkoenig --enable-languages=c,fortran,c++ --with-gmp=/opt/cfarm/mpfr-2.3.2/ --enable-version-specific-runtime-libs Thread model: posix gcc version 4.3.3 20081226 (prerelease) (GCC) tkoe...@gcc16:/tmp$ g++ -V4.3.3 hello.cc /tmp/cc40A3Ee.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit status tkoe...@gcc16:/tmp$ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38628