Mail Archives: djgpp/1996/09/02/10:22:10
On 2 Sep 1996, Lukasz Grochal wrote:
> The title says it all I guess, I've come across this linker bug
> mentioned in faq, that makes it bail out on large lib* files with an
> error message like "no memory" or so. Wonder if anyone has debugged
> it and could donate me/all of us a patch/fixed source. The problem is
> I have this big library with no hope to recompile it in smaller
> pieces as suggested in faq (would need a Borland TASM that I don't
> have). Or is there a way to split a compiled library? Or another
The next version of DJGPP will most probably correct this problem. In
the meantime, just split the library into a few smaller ones. There are
commands that will cause `ar' to extract object files from the library,
and then you could put them into another library and delete them from the
original one. Check out the docs of `ar' in the `binutils.inf' Info
file.
- Raw text -