[Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002
charlet at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 5 08:46:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54820
Arnaud Charlet <charlet at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |charlet at gcc dot gnu.org
--- Comment #1 from Arnaud Charlet <charlet at gcc dot gnu.org> 2012-10-05 08:46:25 UTC ---
What has changed is that now -static-libstdc++ is used, in addition to
-static-libgcc, to fix other builds failures since the switch to g++ by
default.
So I guess this would mean that you do NOT have a static libstdc++ with your
base
C++ compiler?
Arno
More information about the Gcc-bugs
mailing list