To: Angelo Ferrigno Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Make Date: Sun, 27 Nov 94 08:09:11 +0200 From: "Eli Zaretskii" > Now I can run make properly, but there is a slight annoyance: make sometimes > stops saying that there is not enough memory tu run go32 (usually this happens > when gcc is invoked). If I reissue the `make' command compilations take place, > so if this is due to some sort of memory leakage, it must be a condition that That complaint means you don't have enough conventional (i.e. below 640 KB) memory. Try loading more of your TSRs and device drivers HIGH. Do you load DOS high in your CONFIG.SYS? Are all of your device drivers loaded with devicehigh command? Are all TSRs loaded with loadhigh command? The above doesn't solve the memory leak problem which you apparently have (I have no idea what to do to make it go away), but it might help you make it through Make without hitting that leak.