From: "Sohel" Newsgroups: comp.os.msdos.djgpp Subject: Error in compiling C program using DJGPP Lines: 33 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Sun, 09 Jan 2000 09:12:20 GMT NNTP-Posting-Host: 24.64.75.116 X-Complaints-To: abuse AT home DOT net X-Trace: news1.rdc1.ab.home.com 947409140 24.64.75.116 (Sun, 09 Jan 2000 01:12:20 PST) NNTP-Posting-Date: Sun, 09 Jan 2000 01:12:20 PST Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello there, I have just downloaded DJGPP on my Windows NT (Version 4), followed the setup procedures from the djgpp web site, when I try to compile the following cprog.c program using: gcc -o cprog.exe cprog.c I get the following error message: cpp.exe: ../include/sys/version.h: No such file or directory cprog.c is a simple program: #include void main (void) { printf("Wow, we're on a roll!\n"); getchar(); } Also, if you could provide me some insights how to begin "RHIDE", that would be helpful to me. I appreciate your help. Thank you. Sohel