To: Gary Sitton Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: DJGPP DPMI Bug Date: Wed, 08 Feb 95 12:29:33 +0200 From: "Eli Zaretskii" > Sorry that I was not specific enough. The DPMI error under 386max occurred > while doing a compile with optimization on. The error goes away if I either > turn off optimization or turn off DPMI (NODPMI option under 386max). I do not When gcc optimizes, it uses more memory. It just might be that for the particular source file you were compiling it runs out of the free physical RAM when you turn optimizations on. > believe that 386max (7.0) supports virtual memory itself, but rather gives > access to expanded memory of which I have plenty (8 Mb). I have heard that If it doesn't support virtual memory in DPMI mode, you indeed shouldn't use go32 in DPMI mode with that version of 386max.