Date: Thu, 15 Feb 2001 13:37:37 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Shyam Prasad cc: djgpp AT delorie DOT com Subject: Re: Reg Fatal Error During Compilation in GCC Command In-Reply-To: <20010215045218.9432.qmail@nwcst279.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 14 Feb 2001, Shyam Prasad wrote: > My DJGPP compiler had worked properly,but after some time when compiling a > C program file,it shows the "Fatal Error".I have received the following error > message : > Fatal: Error in DJGPP instalation > Environment variable DJGPP point to file > 'C:\DJGPP\DJGPP.ENV;C:\DJGPP;', > which does not exist You have somehow put the following in your AUTOEXEC.BAT: set DJGPP=C:\DJGPP\DJGPP.ENV;C:\DJGPP; What you need to put there is just this: set DJGPP=C:\DJGPP\DJGPP.ENV