Date: Sun, 01 Oct 2000 21:03:49 +0200 From: "Eli Zaretskii" Sender: halo1 AT inter DOT net DOT il To: diritol AT uswest DOT net Message-Id: <7458-Sun01Oct2000210349+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <39D679E9.5C2A5D0E@uswest.net> (message from diritol on Sat, 30 Sep 2000 17:40:26 -0600) Subject: Re: CAN'T get DJGPP to WORK. HElP? References: <39D679E9 DOT 5C2A5D0E AT uswest DOT net> 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 > From: diritol > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 30 Sep 2000 17:40:26 -0600 > > #include > > int main() > { > cout<<"howdy world"; > return 0; > } > > program doesn't work. I ALWAYS get this error: 'Macro name missing > after -d option'... This doesn't sound like an error message from DJGPP. I suspect that you have some incompatible version of cpp.exe sitting on your PATH before the DJGPP's one. If this doesn't help, add -v to the compiler switches and post here everything that the compiler prints. Oh, and be sure to download and install the latest version of RHIDE (the DJGPP FAQ has the URL in section 4.4).