Message-ID: <335061ED.6DA5@geocities.com> Date: Sun, 13 Apr 1997 00:32:45 -0400 From: JustIn Reply-To: seismic AT geocities DOT com Organization: lucid designs MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: /*************newbie help*****************/ References: <3348a7e2 DOT 16521122 AT news DOT uh DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 152.169.24.153 Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm not sure this will help you, but my DJGPP installation NEEDS to have these (and ONLY these) environment variables set: DJGPP=C:/DJGPP/DJGPP.ENV DJDIR=C:/DJGPP By the way, either dir separator ("\" or "/") is okay in BOTH of these environment variables. Of course, you also need to have the djgpp/bin directory in your PATH, which you apparently do. If you have long filenames, you might also want to change "djgpp.env" LFN=y (instead of LFN=n). See the DJGPP FAQ for more info on this. Check the DJGPP FAQ anyway. Have fun!