From: Morten Welinder Date: Mon, 19 Dec 1994 14:57:25 +0100 To: joep AT ichsun6 DOT ich DOT nl Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Not enough memory to run "make" I have a memory problem when compiling from make: Not enough memory to run go32 This problem will disappear when V2 is out. The cause is that nested GO32's use up your base memory. Until then you might be able to get away with launching make in each subdirectory in turn. This will, e.g., work for Emacs if you do it in the right order (lib-src, then src). Morten Welinder terra AT diku DOT dk