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 wrote:
> 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?
>   
Not really, because the library in general can be built correctly only
by the corresponding compiler, e.g., may use in its internals GCC
extensions which were not provided by older compilers. Of course, after
a first build, then you can enter the libstdc++ build dir and do a make
clean; make.

Paolo.


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