Mail Archives: djgpp/2000/06/12/21:18:17
> Here is my env.txt. I don't quite know what you mean,I have never
> done this kind of work before.
>
> CONFIG=WIN95
> TMP=C:\WINDOWS\TEMP
> TEMP=C:\WINDOWS\TEMP
> WINBOOTDIR=C:\WINDOWS
> COMSPEC=C:\WINDOWS\COMMAND.COM
> MSINPUT=C:\MSINPUT
> PATH=C:\WINDOWS;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\WINDOWS;C:\WINDO
> WS\COMMAND
> WINPMT=$P$G
> PROMPT=[Windows 95] $P$G
> windir=C:\WINDOWS
> BLASTER=A220 I5 D1
>
> I don't know what is going on in this file, should I add the
> DJGPP stuff here?
This clearly shows that the environment isn't setup as it should
be. Could you post the contents of autoexec.bat please.
You should have added
SET DJGPP=C:\DJGPP\DJGPP.ENV
SET DJGPP=C:\DJGPP\BIN;%PATH%
to the *end* of autoexec.bat.
Please do this (or change it appropriately) and again post the
contents of the environment.
And what happens if you manually type "SET DJGPP=C:\DJGPP\DJGPP.ENV"
in the DOS prompt and then run gcc. Does it work? And does the
environment contain this when you type "set".
Also, if possible, please go through the page
http://www.midpec.com/djgpp/installation.html
- Raw text -