From: xmerm05 AT vse DOT cz (Michal Mertl) Newsgroups: comp.os.msdos.djgpp Subject: Re: Virtual Memory Exhausted Date: Fri, 19 Sep 1997 15:47:57 Organization: University of Economics - Prague, CZ Lines: 19 Message-ID: References: NNTP-Posting-Host: s203h18.vse.cz To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >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