From: ANTHONY APPLEYARD To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Fri, 11 Nov 1994 08:29:59 GMT Subject: Re: `Not enough memory to run GO32' ? >> However, if I do `make install', gcc is started and quits soon with the message: `Not enough memory to run GO32!'. I've got 8 MB on my machine, so I must be doing something wrong. ... Aaron Ucko replied:- > GO32 needs to load itself into conventional memory; if you don't have enough free to load three GO32s (make + gcc + cpp / cc1(plus) / as / ld), you need either to free some up or to use gcc-rm and/or non-GO32 make. Could GO32 be revised so it could run more than one Gnu C program at once? I.e. if Gnu C program X calls Gnu C program Y, the (copy of GO32 that called X) would also call Y. If Y is on an .EXE file that on examination proves to start with its own copy of GO32.EXE, then X's copy of GO32 would ignore the GO32.EXE part of Y.EXE and load the rest of it and run it. There would also seem to be a case for thoroughly searching and going over GO32 to reduce its bulk as far as possible. 78810 bytes seems rather a lot.