Date: Wed, 16 Dec 1998 10:01:35 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Brian Hansell cc: djgpp AT delorie DOT com Subject: Re: Environment variable DJGPP is not defined In-Reply-To: <3673F628.603@epix.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 13 Dec 1998, Brian Hansell wrote: > As posted previously, when attempting to compile/run a program through > the gcc command line, or through RHIDE, I get the following: > > Error in DJGPP Installation > Environment variable DJGPP is not defined [...] > TMP=C:\WINDOWS\TEMP > TEMP=C:\WINDOWS\TEMP > PROMPT=$p$g > winbootdir=C:\WINDOWS > COMSPEC=C:\WINDOWS\COMMAND.COM > PATH=C:\WINDOWS;C:\WINDOWS\COMMAND > windir=C:\WINDOWS > BLASTER=A220 I5 D1 T4 As you can see, the DJGPP variable is not defined in the environment, that's why the compiler complains. Also, PATH does not include the C:\DJGPP\BIN directory. It seems that your modifications of AUTOEXEC.BAT were not done correctly. If you can't figure it out, post your AUTOEXEC.BAT here.