Mail Archives: djgpp/1998/12/16/03:01:59
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.
- Raw text -