This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: build failure
- To: gcc at gcc dot gnu dot org, janr at molienergy dot bc dot ca
- Subject: Re: build failure
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Tue, 25 Jul 2000 15:54:35 -0400
> CVS checkout (July/21/2000) of the gcc sources fails to build with
> libstdcxx-v3 enabled. The build failure is in libstdc++-v3. Should details
> be reported here or to the libstdc++ mailing?
Known situation; libstdc++-v3 currently will not build on most platforms.
(It's in the middle of a big transition.) You might take a look at the
last few days of the libstdc++ mailing list archive.
In general, problems in building should be reported to either gcc-help or
gcc-bugs, depending on the nature of the problem.
> If not here then is the
> version in CVS gcc checkout in synch with latest libstdc++ CVS sources?
The library is part of gcc now; if you get CVS sources for gcc, you've
got the latest library sources too.
Phil