This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
building gcc-2.95.2 does not build libstdc++ directory!!!!
- To: <libstdc++ at gcc dot gnu dot org>
- Subject: building gcc-2.95.2 does not build libstdc++ directory!!!!
- From: "Laurent Marzullo" <laurent dot marzullo at be dot sema dot com>
- Date: Thu, 22 Feb 2001 15:07:57 +0100
Hello,
I've download gcc-2.95.2.tar.gz
I've download libstdc++-2.91.tar.gz
And try to build like this:
> cd /usr/src/redhat/SOURCES
> gzip -dc gcc-2.95.2.tar.gz | tar xf -
> cd gcc-2.95
> gzip -dc libstdc++-2.91.tar.gz | tar xf -
Now, I've got libstdc++ and libstdc++-2.91 into gcc-2.95.2
directory.
> mv libstdc++ libstdc++-v2
> ln -s libstdc++-2.91 libstdc++
Then ...
> cd /usr/src/redhat/BUILD/
> mkdir gcc-2.95
> cd gcc-2.95.2
> ../../SOURCES/gcc-2.95.2/configure --enable-languages=c++
....
> make bootstrap
...
> make install
And ... libstdc++ was not build !!! There's no /usr/local/include/g++-v3
directory anywhere on my system. And header file of the library (
iterator.h, fstream, etc) are only present in gcc-2.95.2 SOURCES dir
Why the library was not build ?
Anyone as any help please ?