Date: Tue, 16 Feb 93 14:50:56 EST From: DJ Delorie To: fred AT poly2 DOT nist DOT gov Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Problem using gcc for dos >gcc though I get the message: > CPU must be in real mode (not V86 mode) to run this program. >can't figure a way around it. >My config.sys reads: >DEVICE=C:\WINDOWS\HIMEM.SYS >DEVICE=C:\WINDOWS\EMM386.EXE NOEMS >DOS=HIGH,UMB >I tried removing the removing the NOEMS from > DEVICE=C:\WINDOWS\EMM386.EXE NOEMS You need to use the EMM386.SYS that comes with DOS 5. The DOS 5 version does not support VCPI. DJ