Date: Mon, 10 Feb 1997 21:25:01 -0600 (CST) From: Andrew Deren 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 I think you need to set your env var to set djgpp=c:\djgpp\djgpp.env not djcgg... On Mon, 10 Feb 1997, Jim Snow wrote: > Greetings all; > > 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 > > (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?) > > in my autoexec.bat, yet when I compile code it still cannot read the > include files. I also have Java installed on my computer (pentium 75 > with DOS/Win95), wihch also has path and classpath statements, like: > > path=c:\;c:\dos;c:\windows;c:\java;c:\java\bin;%path% > classpath=c:\; (etc)classes.zip > > Would these cause any problems for each other? > > What will get my code up and running? > > Any help would be greatly appreciated. Thanks in advance. > > Jim >