Incremental Linking
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Fri Mar 10 15:10:00 GMT 2000
> Does GCC support incremental linking and if so what options do I
> have to use?
Sorry, no, it doesn't. For one thing, gcc is just a compiler; the
linker is a separate package. Depending on the architecture, you may
be able to use an incremental linker already available. For example
(without trying), it should be possible to configure gcc to work with
ild on Solaris.
Regards,
Martin
More information about the Gcc
mailing list