[Bug driver/38628] no 4.3.3 libraries for non-C languages if 4.3.3 and 4.4.0 in parallel

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Dec 26 16:41:00 GMT 2008



------- 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:

tkoenig@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)
tkoenig@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
tkoenig@gcc16:/tmp$                                   


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38628



More information about the Gcc-bugs mailing list