Comment 3 for bug 1147010

Revision history for this message
Timothée Lecomte (timothee-lecomte-5) wrote :

Thanks for looking into it ! Here is what I have on mine:

minerve:dorsal tlecomte$ find /usr -name 'libstdc++*'
/usr/lib/gcc/i686-apple-darwin10/4.0.1/libstdc++.dylib
/usr/lib/gcc/i686-apple-darwin10/4.2.1/libstdc++.dylib
/usr/lib/gcc/powerpc-apple-darwin10/4.0.1/libstdc++.dylib
/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/libstdc++.dylib
/usr/lib/libstdc++-static.a
/usr/lib/libstdc++.6.0.9.dylib
/usr/lib/libstdc++.6.dylib
/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1/libstdc++.dylib
/usr/llvm-gcc-4.2/lib/gcc/powerpc-apple-darwin10/4.2.1/libstdc++.dylib

So I have no /usr/lib/libstdc++.dylib

May I ask why you need the C++ standard library to build a C project ?