Date: Mon, 12 Sep 94 22:19:00 -0700 From: victor AT mechatro1 DOT Berkeley DOT EDU (Victor K. Chu) To: DJGPP AT sun DOT soe DOT clarkson DOT edu Subject: help! virtual memory exhausted Dear DJGPP Users, Help!!! I have got a trouble with DJGPP. When I compiled one of my program, I got the following message: ---------------------------------------------------------------------- MAKE Version 3.7 Copyright (c) 1987, 1993 Borland International gcc -g -Wall -I.. -o vtest vtest.cpp -lgpp -lm DPMI: Not enough memory (0x00340000 bytes). In file included from vector.h:31, from vtest.cpp:13: c:/djgpp/include/math.h:130: virtual memory exhausted ** error 1 ** deleting vtest ---------------------------------------------------------------------- where "vector.h" is a class template (about 17K), and "vtest.cpp" is a small test program (about 4K). I am using a 486 PC with 8 MB RAM and 80 MB free hard drive space. Does any one know if it is a limitation of my PC or a problem with my installation? Any comment would be very appreciated. -- Victor Chu