From: krand AT ican DOT net (Andrew Ellem) Newsgroups: comp.os.msdos.djgpp Subject: Allegro WIP (virtual memory exausted) Followup-To: comp.os.msdos.djgpp Date: Mon, 22 Sep 1997 20:37:23 GMT Organization: ACC TelEnterprises Ltd. Lines: 19 Message-ID: <606l0a$h72$1@news1.tor.acc.ca> Reply-To: krand AT ican DOT net NNTP-Posting-Host: ppp-010.m2-8.tor.ican.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've been having trouble compiling the latest Allegro WIP: Compiling the djgpp version of Allegro. Please wait... gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -m486 -O3 -ffast-math -fo mit-frame-pointer -o obj/djgpp/colblend.o -c src/colblend.c src/colblend.c: In function `blend16_73': src/colblend.c:227: virtual memory exhausted make.exe: *** [obj/djgpp/colblend.o] Error 1 I've never had problems compiling Allegro before, but after taking a look at 'colblend.c', I'd guess the problem is the fact that about 256 (or more) functions are defined. Any help would be appreciated. FYI I'm compiling under a Win95 Dos box. P.S. I've already looked at the DJGPP FAQ and couldn't find any refrence to 'virtual memory exhausted'.