From: Jim Snow Newsgroups: comp.os.msdos.djgpp Subject: environment variables Date: Mon, 10 Feb 1997 10:32:40 -0500 Organization: IGS - Information Gateway Services Lines: 25 Message-ID: <32FF3F98.5E90@osha.igs.net> Reply-To: jsnow AT osha DOT igs DOT net NNTP-Posting-Host: ttya13.osha.igs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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