Date: Sun, 2 Feb 1997 11:18:39 +0200 (IST) From: Eli Zaretskii To: David Lindberg cc: djgpp AT delorie DOT com Subject: Re: Help: Problem with DJGPP/GCC In-Reply-To: <32E8C5FA.41C67EA6@scci-ad.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 24 Jan 1997, David Lindberg wrote: > I recently downloaded the DJGPP 2.0 version of gcc. In DOS I started > CWSDPMI, and tried to compile a simple C++ program. The error > message I got back from gcc was "16-bit DPMI unsupported". Does > anyone know what the problem is? I am using MSDOS 6.20 on a 586 > machine. Most probably, you have another program called cpp.exe on your PATH before the DJGPP's bin subdirectory. Change the order of the directories on your PATH and you should be fine.