This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002
- From: Arnaud Charlet <charlet at adacore dot com>
- To: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 9 Oct 2012 15:09:28 +0200
- Subject: Re: [Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002
- References: <bug-54820-4@http.gcc.gnu.org/bugzilla/> <bug-54820-4-bXSnl6ZYor@http.gcc.gnu.org/bugzilla/>
> > 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.
Well, we could first build g++ and libstdc++, and then Ada I guess, but
that's probably too ambitious.
> In the
> end, requiring a static libstdc++ is probably overzealous and should be
> dropped.
Annoying for other reasons, but fine with me, feel free to make that change.
Arno