Subject: Re: Will djgpp compile under MSDOS or Windows 3.11? To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Tue, 7 Nov 1995 13:47:34 -0500 (EST) From: Justin Ward > >> When I attempt to compile under MSDOS, DRDOS or from a Windows > >> DOS box, I get something like - can't run in real mode or V86 > >> or something like that. Does djgpp only run under Linux or > >> something? An excerpt(sp?) from the faq on oak.oakland: Q: Go32 complains that the CPU must be in V86 mode to run. A: When the CPU is in V86 mode, the V86 manager must provide VCPI services for go32. Since VCPI is an extension to EMS, disabling EMS will disable VCPI, and prevent go32 from running. For some EMS managers, this means that you can't use the "noems" switch. Well, there ya go. Justin