Date: Mon, 2 Sep 1996 17:13:05 +0200 (IST) From: Eli Zaretskii To: Lukasz Grochal Cc: djgpp AT delorie DOT com Subject: Re: Linker bug (has anyone fixed it?) In-Reply-To: <50ef6n$5ko@info.cyf-kr.edu.pl> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.