Message-ID: <39D679E9.5C2A5D0E@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: CAN'T get DJGPP to WORK. HElP? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 24 Date: Sat, 30 Sep 2000 17:40:26 -0600 NNTP-Posting-Host: 63.228.202.45 X-Trace: news.uswest.net 970357672 63.228.202.45 (Sat, 30 Sep 2000 18:47:52 CDT) NNTP-Posting-Date: Sat, 30 Sep 2000 18:47:52 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've downloaded djgpp/rhide 3 times, and each time I couldn't get it too work... Every program I try, even the simple 'Hello World' #include int main() { cout<<"howdy world"; return 0; } program doesn't work. I ALWAYS get this error: 'Macro name missing after -d option'... I know now I'm doing something wrong with the compiler/rhid; but what? I've changed my autoexec paths to include what they are suppose to. How do I make this simple program? Will someone tell me step by step what to do after it is typed? The only compliler I've ever used is Bloodshed Dev-C++. please help. bye.