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 #17 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-07 12:55:39 UTC ---
But that is not a requirement.  The requirement is using a C++ compiler that
works out of the box (compiler configured in a path where its shared libraries
aren't found by the dynamic linker isn't), or making sure through
LD_LIBRARY_PATH or tweaking spec (to add -rpath) that the compiler works out of
the box, or compiler which supports -static-libstdc++.


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