Re: partial linking
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Ralf Wildenhues <[email protected]> wrote: > You did not state what the final link will create. If it creates a > static library, then your approach may introduce larger code into > programs that use this library, e.g., because the program really only > needs code from a.o but it then gets that from b.o and c.o, too. I think that's true for a partially-linked object file, but not for a static library created with ar, right? paul