delorie.com/archives/browse.cgi | search |
Date: | Mon, 2 Oct 2000 07:52:29 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | diritol <diritol AT uswest DOT net> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: CAN'T get DJGPP to WORK. HElP? |
In-Reply-To: | <39D7B04D.A258C538@uswest.net> |
Message-ID: | <Pine.SUN.3.91.1001002074955.27106F@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |