Message-Id: <199603030103.UAA07459@eelab.newpaltz.edu> Comments: Authenticated sender is From: "John Fortin" To: djgpp AT delorie DOT com, brien AT leland DOT stanford DOT edu (brien oberstein) Date: Sat, 2 Mar 1996 20:00:37 +0000 Subject: Re: help: cannot run V1.12m4 with rsxwdk2 > >Help! > > > >I have gone back to V1.12m4 to try to compile some windows programs... > > > >I installed rsxwdk2 windows development kit on my pc and followed the > >instructions to install it properly, I think... > > > >However, when I try to make a windows executable, I get the error: > > > >c:/rsxwdk/lib/libdj/libwin.a: could not read symbols: Memory exhausted > > > >when gcc tries to link. > > > >I have 16 Mb RAM, 13Mb VCPI and 105 Mb Swap space. > >libwin.a has 260Kb in size. > > > >Can anyone tell me why tris happens and how to correct the problem? > > > >And yes, djgpp runs well for my DOS programs > > > >Thanks, > > > >Denis Bernard. > The problem is with LD.EXE. For some reason the version with DJGPP 1.12 and V2 does not work properly. You need to get the LD.EXE from version 1.11 along with go32.exe to run it. I don't know why this happens, but this does work. You need to put go32.exe into a seperate library ( i use c:\djgpp\bin1) and make sure it follows the c:\djgpp\bin directory in your path. Good luck John Fortin