http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54283
--- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-12-18 12:12:32 UTC --- > --- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-12-18 > 12:09:52 UTC --- > If you don't add that /vol/gcc-4.4/lib/ to ld.so.conf (or ld.so.conf.d), it is > your responsibility to build with LD_LIBRARY_PATH, otherwise you are > bootstrapping with a non-working C++ compiler. Not if you build with -static-libstdc++, which does work for e.g. go1 before the cxx-conversion and cc1* afterwards, just not for the build tools. That's what this is all about. Rainer