Date: Tue, 11 Feb 1997 09:39:06 +0200 (IST) From: Eli Zaretskii To: Jim Snow cc: djgpp AT delorie DOT com Subject: Re: environment variables In-Reply-To: <32FF3F98.5E90@osha.igs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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).