Date: Mon, 3 Feb 92 12:04:27 EST From: DJ Delorie To: dj1l+@andrew.cmu.edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: DEMACS and DJGPP Status: O You might have simply run out of memory. Go32 uses about 70K of memory per invokation. Write a small C program like this: main() { system("mem"); } and build it with djgpp to see how much memory is really left. DJ dj AT ctron DOT com Life is a banana.