From: Charles Sandmann Subject: Re: Not enough memory to run "make" To: joep AT ichsun6 DOT ich DOT nl (Joep Jansen) Date: Mon, 19 Dec 1994 09:07:09 -0600 (CST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, joep AT ichfsnl DOT ich DOT nl > It reports 458K of free DOS memory. I think the problem is caused by the multiple copies > of go32 in base memory: 1st for "make', 2nd for "gcc", 3rd for "cc1". You need more free DOS memory. > Is there a solution for this problem? Are there newer versions of go32 that use less base memory? Could I use another make utility that can swap itself out of memory? > Any help would be appreciated! Newer GO32 versions actually take *more* memory. V2 solves this problem, but it isn't ready yet. If you are right on the edge, you might try "go32 \djgpp\bin\make.exe args...", which would save the memory for the stub execution (or just binding GO32 instead, but this is a maintainence nightmare).