From: "Lorne McEvoy" References: <35e3ae4a DOT 0 AT news DOT ixpres DOT com> Subject: Re: Help with error Date: Wed, 26 Aug 1998 07:38:57 -0400 Lines: 29 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <#dAvDbO09GA.205@upnetnews05> Newsgroups: comp.os.msdos.djgpp NNTP-Posting-Host: cust19.max1.dial.ott1.uunet.ca [209.47.121.19] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk You have to set the environment for DJGPP by putting the following lines in your AUTOEXEC.BAT file SET DJGPP=D:\DJGPP\DJGPP.ENV SET PATH=D:\DJGPP\BIN;%PATH% Panic wrote in message 35e3ae4a DOT 0 AT news DOT ixpres DOT com... >Hello all, > >I hope someone can help me with a problem. I have downloaded and installed >DJGPP and RHIDE, following online instructions. When I try to compile a >program, any program, I get the following error: > >Error in DJGPP installation >Environment variable DJGPP points to file 'C:\DJGPP\DJGPP.env, >Which does not exist > >The file is in my C:\DJGPP directory > >The same error occurs in Win98, and in DOS. > >Any help would be appreciated TIA > >Jay Rohrssen > >