1 msgObjC 2.0 on the GCC trunk...
1 msg4.3 regression: -frtti and #pragma visibility
3 msgneed help

possible bug with libstdc++ in gcc4.3 20080215 ...
\ George Nurser (24 Feb 2008)

3 msgGCC mirror changing IPs
1 msgPureMessage has detected a content threat
1 msgHow to Avoid Executing a Front End's testsuite
4 msgFix C++0x regressions for gcc-4.3
3 msg[Ada] gnat.dg/socket[12].adb test duplicates?
2 msgWhat kernel, glibc version and/or configure fla...
5 msg[patch,target] Fix ppc-darwin issue with long d...
3 msgGTY as attributes
1 msgJakub Jelinek appointed OpenMP maintainer
5 msggcc 4.2.3 and MMX to mem move oddity
3 msgProblem with object initialization
3 msgIdea to gain the time of wider testing.
2 msgAssigning a value to a temp var in GIMPLE SSA
2 msggcc-4.4-20080222 is now available
12 msg4.3.0-rc1 available
2 msgSuperfluous testresults in 4.4.0.
Subject:possible bug with libstdc++ in gcc4.3 20080215 linked to old user /usr/lib/libgcc_s.1.dylib
Group:Gcc
From:George Nurser
Date:24 Feb 2008


I installed gcc4.3 20080215 on os x10.5.2 using macports

The configure arguments (with prefix = /opt/local) are:
47 configure.args --enable-languages=c,c++,objc,obj-c++ \
48 --libdir=${prefix}/lib/${name} \
49 --includedir=${prefix}/include/${name} \
50 --infodir=${prefix}/share/info \
51 --mandir=${prefix}/share/man \
52 --with-local-prefix=${prefix} \
53 --with-system-zlib \
54 --disable-nls \
55 --program-suffix=-mp-${major} \
56 --with-gxx-include-dir=${prefix}/include/${name}/c++/ \
57 --with-gmp=${prefix} \
58 --with-mpfr=${prefix}

% otool -L /opt/local/lib/gcc43/libstdc++.6.dylib
gives:

/opt/local/lib/gcc43/libstdc++.6.dylib:
/opt/local/lib/gcc43/libstdc++.6.dylib (compatibility version 7.0.0,
current version 7.10.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)

So /opt/local/lib/gcc43/libstdc++.6.dylib is linked to the old, system
/usr/lib/libgcc_s.1.dylib instead of to the new
/opt/local/lib/gcc43/libgcc_s.1.dylib

Is this the correct behaviour?


© 2004-2008 readlist.com