Date: 14 Sep 94 16:38:00 +0200 From: D_KOERNER AT WIREPOOL DOT gun DOT de (daniel koener) Subject: Re^2: gcc, DPMI, and DESQview To: djgpp AT sun DOT soe DOT clarkson DOT edu References: <9409061247 DOT AA27118 AT delorie> <9409022050 DOT AA14658 AT gasface DOT mc DOT xerox DOT com> dj AT ctron DOT com wrote to the DJGPP-List on 09/06/94 with the Subject "Re: gcc, DPMI, and DESQview": > > >I am trying to compile using djgpp on a PC with 16M of RAM and get a > > > > > > DPMI: Not enough memory (0x00080000 bytes) > > > cpp.exe: Memory exhausted. > > > > > > > Use a bigger dpmi space or do > > > > GO32=nodpmi (don't know if this works...) > > > > I've noticed that I get this error with qdpmi but not with Windows > DPMI. The "nodpmi" should fix it also. Virtual memory must be provided by the DPMI server (when DPMI is used) and the virtual memory support of QDPMI is *not* compatible with the GNU extender. So always use QDPMI with the option NOVM ! Daniel