Mail Archives: djgpp/1997/02/11/02:44:50
On Mon, 10 Feb 1997, Jim Snow wrote:
> I have just installed DJGPP but am having problems compiling becasue of
> what seems to be my incorrect path statements. I included the line
>
> set djcgg=c:\djgpp\djgpp.env
^^^^^
Should be djgpp, not djcgg.
> (One thing I noticed on the online FAQ is that it has the slashes in
> UNIX format (/) instead of DOS (\).. is this an error on the part of the
> FAQ?)
It is not an error. You could use both forward and backslashes as you
like. DJGPP understands both types.
> in my autoexec.bat, yet when I compile code it still cannot read the
> include files.
That's because you made a mistake above (djcgg instead of djgpp).
- Raw text -