This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Case history: Installing libstdc++ on i686-pc-linux-gnu (Red Hat)
- To: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Subject: Re: Case history: Installing libstdc++ on i686-pc-linux-gnu (Red Hat)
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Mon, 27 Mar 2000 11:48:07 -0800 (PST)
- cc: avi at sputnik7 dot com, libstdc++ at sourceware dot cygnus dot com
> > (I wonder why they call it libstdc++ 2.95 if libstdc++ is only up to
> > 2.90.8?!?)
libstdc++-2.90.8 is libstdc++-v3: it is not in the current gcc CVS or in
the gcc releases, like gcc-2.95.2.
The library produced with this code is:
libstdc++.so.3.0.0
libstdc++-v2 is in the gcc releases. As you've noticed, it does not
contain things like sstream, or templatized io, nor does it attempt to
follow the standard.
The library produced for this library is:
libstdc++.a.2.10.0
this list is for libstdc++-v3. The occasional confused question about v2
is permitted, but not actively encouraged...
> > So it seems that libstdc++ really CAN'T be built without the gcc
> > source, unless the configure script is hacked or something, which
> > seems overwhelming.
This part of the install documentation is now removed. Sorry for the
confusion.
Please hang with us on the config/build/install docs. This part of
libstdc++-v3 has undergone a lot of change in the last two months, and
the documentation is still reeling from the changes. We're working to
make the install process less painful--thanks to everybody who sent in
feedback.
-benjamin