This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
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.