Date: Fri, 10 Oct 1997 16:51:05 -0700 (PDT) Message-Id: <199710102351.QAA03132@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Frank Faubert From: Nate Eldredge Subject: Re: Allegro 2.2 Cc: djgpp AT delorie DOT com Precedence: bulk At 10:39 10/9/1997 -0700, Frank Faubert wrote: >BTW, in my autoexec.bat file (yeah, I'm using Win 3.11 ...what's wrong >with that? (Many snickers and stiffled gaffaws)) there is: > >set PATH = C:\DJGPP\BIN;%PATH% >set DJGPP = C:\DJGPP\DJGPP.ENV Aha! You have to remove the spaces around the "=" signs. You should have: set PATH=C:\DJGPP\BIN;%PATH% set DJGPP=c:/djgpp/djgpp.env Also, DJGPP expects the DJGPP env. variable to use front-slashes. Back slashes might work also but front slashes are preferred. Another thing: make sure these lines really do get executed. (i.e. "win" doesn't come first. Nate Eldredge eldredge AT ap DOT net