Date: Tue, 25 Mar 1997 19:09:52 +0300 (IDT) From: Eli Zaretskii To: Jonathan Swaby cc: djgpp AT delorie DOT com Subject: Re: RSXWDK error In-Reply-To: <2.2.16.19970325151511.2f9f6570@email.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 25 Mar 1997, Jonathan Swaby wrote: > When I try to compile any program with the -win compiler option I get > C:/rsxwdk/lib/libdj/libwin.a: Could not read symbols memory exhausted. > > With everything loaded I have 515K of base memory and 15MB of extended. > Does anyone know what could be causing this problem. I have also tried > it with 606K of Base, 69K of UMB and 15MB of extended and I get the > same results. > > Can anyone help me? The DJGPP FAQ can help you. Section 8.18 there explains that this sin't really a problem of exhausted memory, but rather a case of incompatibility between the linker and the format of the object files in that specific library. The FAQ explains how to work around this problem. (The DJGPP FAQ is available as v2/faq210b.zip from the same place you get DJGPP.)