Date: Tue, 12 Dec 1995 19:23:38 +0200 (IST) From: Eli Zaretskii To: Robert Shaughnessy Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: GMAKE 3.71 Memory Leak? (Dos) On Tue, 12 Dec 1995, Robert Shaughnessy wrote: > When executing GMAKE 3.71 for DJGPP in the GO32 mode, I get the following > error message "Loadrer Error (0025): cannot initialize" just after I attempt > to invode the BCC compiler. Does anyone have an idea how to fix this? It > looks like I am close to getting it to work, but I am lost as to what to > do next. I have included what I see on my screen durring execution of my > make files... Thanks for all your help! BCC uses DPMI to run in protected mode. What environment do you use for GO32? What does GO32 print when you invoke it with no arguments? If it reports DPMI memory, then there could be a conflict between GO32 and BCC. Does BCC run without GNU Make?