From: "Dan and Shelly" Newsgroups: comp.os.msdos.djgpp Subject: hello world program still not working Date: Sun, 16 Jul 2000 20:32:21 +0900 Organization: AT&T Internet Service Lines: 18 Message-ID: <8ks68a$8ht$1@newsflood.tokyo.att.ne.jp> NNTP-Posting-Host: 05.gate1.misawa.attmil.ne.jp X-Trace: newsflood.tokyo.att.ne.jp 963746890 8765 165.76.26.84 (16 Jul 2000 11:28:10 GMT) X-Complaints-To: newsadm AT newsflood DOT tokyo DOT att DOT ne DOT jp NNTP-Posting-Date: 16 Jul 2000 11:28:10 GMT X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I found out that I needed to download and extract the gcc program. So I did that and tried the hello world program again using rhide. I typed in: #include int main() { printf("Hello world!\n"); exit(0); } But now when I try to run the above program in rhide, I get the error message that the #include is expecting a file name after it. Did I forget to download something else beside the gcc program? Dan