Date: Mon, 2 Oct 2000 07:52:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: diritol cc: djgpp AT delorie DOT com Subject: Re: CAN'T get DJGPP to WORK. HElP? In-Reply-To: <39D7B04D.A258C538@uswest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 1 Oct 2000, diritol wrote: > gcc version 2.95.2 19991024 (release) > cpp -lang-c++ -v -iprefix C:\DEV-C++\Lib\djgpp/2.952/ -D__GNUC__=2 > -D__GNUG__=2 > -D__GNUC_MINOR__=95 -D__cplusplus -Di386 -D_WIN32 -DWIN32 -D__WIN32__ > -D__MINGW Look no further: you are invoking cpp.exe from DEV-C++, which is a Mingw port (see that -D__MINGW switch?). You need to change your PATH so that DJGPP's bin subdirectory is before DEV-C++'s one.