This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/54283] [4.8 regression] build tools don't run after cxx-conversion merge


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]