Date: Tue, 14 Jan 1997 09:01:17 +0200 (IST) From: Eli Zaretskii To: Patrick Asty cc: djgpp AT delorie DOT com Subject: Re: HELP: djgpp & Win3.x programms (rsxwdk / rsxntdj) In-Reply-To: <5bciue$fpv@chleuasme.francenet.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 13 Jan 1997, Patrick Asty wrote: > So I returned to rsxwdk but now with djgpp 2.x. And I'am disappointed because > I still do have the same error while linking: > % .../rsxwdk/lib/libdj/libwin.a: could not read symbols: Memory exhausted Did you try that advice to use an older ld? Did it help? If not, you will have to find out whether splitting the library into several files helps (it sometimes does). I would suggest to extract all the object files from that library into a directory and try link them as .o files. There are some cases where the ``memory exhausted'' message means that some (all?) object files in the library are in the AOUT format (as opposed to COFF) whose support in ld is incomplete; in these cases, linking the files inside a library doesn't work, but they will link properly as .o object files.