Hello.
Liam wrote:
>
> I have recently tried to reinstall DJGPP on my PC, but I can't get
> the compiler to work.
>
> I have put the following two lines into the autoexec.bat file
>
> SET PATH=C:DJGPP\BIN;%PATH%
> SET DJGPP=C:DJGPP\DJGPP.ENV
>
> as I was told.
>
> I keep getting the following error:
>
> "environment variable DJGPP points to corrupt
> file 'C:\DJGPP\DJGPP.ENV'"
>
> even though the file 'C:\DJGPP\DJGPP.ENV' is taken from the
> delorie.com website and is untouched by me.
[snip]
You missed out the backslashes after the drive letter. Try this:
SET PATH=C:\DJGPP\BIN;%PATH%
SET DJGPP=C:\DJGPP\DJGPP.ENV
The newsgroup comp.os.msdos.djgpp may be a better source of help than here.
This is also a moderated mailing list, so don't be surprised if it takes
a while for your messages to be delivered. Especially if I'm not around
for a couple of days. ;)
Bye, Rich =]
--
Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ]
"You can't evaluate a man by logic alone."
-- McCoy, "I, Mudd", Star Trek