From: j DOT aldrich6 AT genie DOT com Message-Id: <199604100422.AA174370144@relay1.geis.com> Date: Wed, 10 Apr 96 04:00:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Help setting djgpp.env Reply to message 4851352 from UFNEC AT WESTMIN on 04/09/96 4:37PM >DJPGG=d:\progra~1\djgpp\djgpp.env Err... I think that is your problem! First, it should be "DJGPP", not "DJPGG". Second, it should have forward slashes, not backslashes, because DJGPP wants Unix-style directory separators, i.e.: d:/progra~1/djgpp/djgpp.env Third, why don't you just use the SETDGJPP batch file included with the standard distribution? That's the safe, easy way to do things, and it tells you how to do it in the README.1ST file. You did read it first, right? ;) John