Date: Wed, 04 Oct 2000 23:00:36 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Scott Message-Id: <7263-Wed04Oct2000230035+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <01C02D80.C9749B20.scottferg1@earthlink.net> (message from Scott on Tue, 3 Oct 2000 21:27:41 -0700) Subject: Re: Help need with DJGGP References: <01C02D80 DOT C9749B20 DOT scottferg1 AT earthlink DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Scott > Date: Tue, 3 Oct 2000 21:27:41 -0700 > > I am trying to run a simple program in the Rhide interface but I am > getting the following error message: > > Compiling: Hello.c > ../include/sys/version.h: No such file or directory (ENOENT) > There were some errors > > Can you please send me a message as to what may be the problem. I haven't > been able to figure it out. There is a file named version.h in the sys > folder so it does exist???? Thanks. This is a sign of some installation problem. Please make sure your DJGPP environment variable is set correctly, and that your DJGPP.ENV file is intact (if you edited it, restore the original one from djdev203.zip). Also make sure that the DJGPP directory structure is intact (compare it with what is recorded in djdev203.zip). If the directory structure is incorrect, you will have to remove the entire DJGPP installation and reinstall everything, this time using the unzip32.exe program that is available on the usual DJGPP sites. If that doesn't help, add -v to the compilation switches and post here everything that the compiler prints when it compiles Hello.c.