This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: The compile step is so slow...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]