Mail Archives: djgpp/1999/06/17/03:29:44
On Wed, 16 Jun 1999, Anthony Inzero wrote:
> I have clearing stated the path in my autoexec.bat file:
>
> set PATH=%PATH%;c:\djgpp\bin
> set DJGPP=c:\djgpp\djggp.env
> set TMPDIR=c:\Temp
>
>
> The program just seems to ignore this. I even went to the ms-dos prompt in
> windows 95 and typed in set and I saw the lines I listed. Any idea why Djggp
> ignores this fact?
The devil is in the details, as they say. You probably set them
slightly incorrectly, so that to a human eye these settings seem
correct, but the stupid compiler doesn't like it ;-).
Section 8.1 of the DJGPP FAQ list mentions some ``popular'' reasons
for the DJGPP variable being mis-defined; I suggest to read it. If
that doesn't help, post here the output of the command SET (redirect
it to a file and post the file's contents), and somebody will figure
it out.
- Raw text -