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...


Thank you I will try it when I will compile it for the second time.

I had the idea to run only the Makefile present into the gcc-4.4.0/libstdc++
directory in order to compile only the library.
Is it possible?

Selon tom fogal <tfogal@alumni.unh.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
>



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