From: dyad255 AT aol DOT com (Dyad255) Newsgroups: comp.os.msdos.djgpp Subject: Re: Virtual Memory Exhausted Date: 15 Sep 1997 16:51:01 GMT Lines: 14 Message-ID: <19970915165101.MAA26035@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com Organization: AOL http://www.aol.com References: <341e124d DOT 11267294 AT news DOT virgin DOT net> SnewsLanguage: English To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have just experienced and solved such a problem, which in my case was apparently caused by GCC's failure to optimize 15 large macros in Allegro 2.2+WIP colblend.c. I was using p133/16mbRAM/60mbSWAP, but I suspect it's not a simple VM problem because I increased the swap to 80mb and even 128mb and still got the same error. With my lack of physical ram, GCC tends to thrash anyway, so I'm not complaining. 8) I simply changed -O3 to -O2 while compiling colblend.c (using my original 60mb swap), so your solution should be similar. email: dyad (at) spam.off.wasteland.uc.surgery.med.uc.edu