Date: Sun, 9 Jan 2000 15:52:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Sohel cc: djgpp AT delorie DOT com Subject: Re: Error in compiling C program using DJGPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 9 Jan 2000, Sohel wrote: > 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 You have some installation snafu. Please add -v to the compiler options, and post here everything that GCC prints during compilation. What version of DJGPP did you download, btw? > Also, if you could provide me some insights how to begin "RHIDE", that would > be helpful to me. Doesn't RHIDE come with documentation that describes this?