Mail Archives: djgpp/1997/12/10/20:19:01
At 03:07 12/10/1997 GMT, Chak wrote:
>Hello again.. I had a problem compiling allegro before. I was told to get
a new
>version. I did that, but now I'm getting a new error: "virtual memory
>exhausted." I'm running on a 486/33 with 8megs of ram, and compiling from a
>dos box in Win95. This is where the error occurs:
>
>converting setup/setup.dat to obj/djgpp/testsnd.s...
>gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -Werror -m486 -O3 -ffast-math
>-fomit
>-frame-pointer -o obj/djgpp/setup.o -c setup/setup.cc
>In file included from setup/setup.cc:6:
>allegro.h:2014: virtual memory exhausted
>make.exe: *** [obj/djgpp/setup.o] Error 1
Try running `go32-v2' from the DOS box and seeing what sort of numbers you
get for available memory. If they seem small (like, less than 20MB overall)
see FAQ section 15.6.
Also try the following:
* Make sure that your TMP directory does not run out of space. This can
happen if it's on a ramdrive.
* Stubedit `cc1plus.exe' to a larger stack size.
* Free some disk space, if you have less than about 30MB free.
HTH
Nate Eldredge
eldredge AT ap DOT net
- Raw text -