The compile step is so slow...

Jonathan Wakely jwakely.gcc@gmail.com
Mon May 25 19:10:00 GMT 2009


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



More information about the Libstdc++ mailing list