This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

building gcc-2.95.2 does not build libstdc++ directory!!!!


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 ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]