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: tom fogal <tfogal at alumni dot unh dot edu>
- 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 10:16:25 -0600
- Subject: Re: The compile step is so slow...
- References: <1243267046.4a1abfe644ce4@imp.free.fr>
- Reply-to: tfogal at sci dot utah dot edu
spam.spam.spam.spam@free.fr writes:
> I go into the gcc directory and I do:
> ./configure --enable-languages=c++
> make
>
> But this done more than 1 hour I am standing the end of the compile...
Use parallel make, e.g. `make -j5'. 5's a random guess, some googling
will enlighten you as to a good number.
Cheers,
-tom