Message-ID: <39D7B0CF.3C408D2F@uswest.net> From: diritol X-Mailer: Mozilla 4.74 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: CAN'T get DJGPP to WORK. HElP? References: <39D679E9 DOT 5C2A5D0E AT uswest DOT net> Content-Type: multipart/alternative; boundary="------------44F7607BBF9F169BD48CC2DB" Lines: 38 Date: Sun, 01 Oct 2000 15:46:55 -0600 NNTP-Posting-Host: 63.226.97.173 X-Trace: news.uswest.net 970437263 63.226.97.173 (Sun, 01 Oct 2000 16:54:23 CDT) NNTP-Posting-Date: Sun, 01 Oct 2000 16:54:23 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com --------------44F7607BBF9F169BD48CC2DB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Try compiling from the command line gpp hello.cpp -o hello.exe and see if it gives the same problem. And yes, it has to be .cpp or .cc; gpp.exe recognizes the language based on the extension. Also, paste the exact error message. Just tried it. I get the same message. This is the exact message: CPP.EXE: Macro name missing after -D option --------------44F7607BBF9F169BD48CC2DB Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Try compiling from the command line
  gpp hello.cpp -o hello.exe
and see if it gives the same problem.  And yes, it has to be .cpp
or .cc; gpp.exe recognizes the language based on the extension.
Also, paste the exact error message.

Just tried it.
I get the same message.
This  is the exact message:

CPP.EXE: Macro name missing after -D option
  --------------44F7607BBF9F169BD48CC2DB--