Xref: news2.mv.net comp.os.msdos.djgpp:1586 From: brien AT leland DOT stanford DOT edu (brien oberstein) Newsgroups: comp.os.msdos.djgpp Subject: Re: help: cannot run V1.12m4 with rsxwdk2 Date: Fri, 01 Mar 1996 21:03:59 GMT Organization: Stanford University Lines: 37 Message-ID: <313764eb.528353@nntp> References: <31363A5B DOT 3795 AT teleglobe DOT ca> NNTP-Posting-Host: tip-mp12-ncs-1.stanford.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Thu, 29 Feb 1996 18:44:27 -0500, Denis Bernard wrote: I tried using rsxwdk2 with dj v2 and I got the same error. I haven't found a solution, but I can only think of 2 possible reasons for the error. libwin.a contains a massive amount of very small functions, so maybe the linker uses alot of overhead per function which causes a very large memory requirement to link. the other possiblity is that the library is just screwed. i tried recompiling under v2 w/o success. I'd love to get v2 working with windows. -brien >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.