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: spam dot spam dot spam dot spam at free dot fr
- To: tfogal at sci dot utah dot edu, tom fogal <tfogal at alumni dot unh dot edu>
- Cc: spam dot spam dot spam dot spam at free dot fr, libstdc++ at gcc dot gnu dot org
- Date: Mon, 25 May 2009 18:31:26 +0200
- Subject: Re: The compile step is so slow...
- References: <1243267046.4a1abfe644ce4@imp.free.fr> <auto-000019518390@sci.utah.edu>
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
>