This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 09 Oct 2012 11:43:00 +0000
- Subject: [Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002
- Auto-submitted: auto-generated
- References: <bug-54820-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54820
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot
| |gnu.org
--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-10-09 11:43:00 UTC ---
> On that machine, the entire user-space is built without any static libstdc++
> libraries, so it's quite annoying (and unexpected) to have to install them for
> Ada bootstrap. Couldn't Ada use the g++/libstdc++ bits from the compiler being
> built?
No, this is stage 1 so the libstdc++ of the base compiler must be used. In the
end, requiring a static libstdc++ is probably overzealous and should be
dropped.