public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* building gcc-2.95.2 does not build libstdc++ directory!!!!
@ 2001-02-22  6:31 Laurent Marzullo
  0 siblings, 0 replies; only message in thread
From: Laurent Marzullo @ 2001-02-22  6:31 UTC (permalink / raw)
  To: gcc-help

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 ?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-02-22  6:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-22  6:31 building gcc-2.95.2 does not build libstdc++ directory!!!! Laurent Marzullo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).