This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: The compile step is so slow...
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: spam dot spam dot spam dot spam at free dot fr
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 25 May 2009 20:10:43 +0100
- Subject: Re: The compile step is so slow...
- References: <1243267046.4a1abfe644ce4@imp.free.fr>
2009/5/25:
> Hello,
>
> I am using gcc-4.4.0. I want to compile the libstdc++ library only from the gcc
> sources.
>
> I go into the gcc directory and I do:
> ./configure --enable-languages=c++
> make
You could try adding --disable-bootstrap to the configure command.
Jonathan