From: xmerm05 AT vse DOT cz (Michal Mertl) Newsgroups: comp.os.msdos.djgpp Subject: Re: Virtual Memory Exhausted Date: Thu, 25 Sep 1997 16:26:40 GMT Organization: University of Economics - Prague, CZ Lines: 30 Message-ID: References: NNTP-Posting-Host: j382h14.vse.cz To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I wrote: >>On Tue, 16 Sep 1997, Matthew Winter wrote: >>> The GPF has the following details provided by Win95 >>> >>> >>> Fault Location: 0117:EFDD4 >>> Interrupts in service: None >I had the same problem with _pgcc_. I tried increasing stack up to 4mb, >but no chance, I also had about 60mb of free swap space. I changed stack >back to 768kb (in pgcc doc you can read it eats a lot of stack but binary >has only 256kb set (comparing to 768 of regular 2.7.2.1)) and then compiled >succesfully manually e.g.: Go to allegro/src dir, type gcc -O6 -ffast-math >-fomit-frame-pointer -I.. -I. -Idjgpp -c colblend.c, copy colblend.o to >allegro/obj/djggp, return back to allegro main dir and continue with make. >HTH >Michal 'MiMe' Mertl >e-mail:XMERM05 AT vse DOT cz I'm sorry I could have misleaden someone here. I compiled it again, and the problem isn't related to pgcc. It really seems that it needs lots of memory. I had to have more than 50MB free disk (on 16meg ram systme) to be able to compile it manually. Even with 130MB free, I can't compile it from within makefile. I looked a lot of times on the size of cwsdpmi.swp (by undelete) and never seen more than 17MB allocated. Michal 'MiMe' Mertl e-mail:XMERM05 AT vse DOT cz