Date: Sun, 12 Oct 1997 14:47:07 +0200 (IST) From: Eli Zaretskii To: Nate Eldredge cc: Frank Faubert , djgpp AT delorie DOT com Subject: Re: Allegro 2.2 In-Reply-To: <199710102351.QAA03132@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 10 Oct 1997, Nate Eldredge wrote: > 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. Both styles of slashes should work the same. The code which loads DJGPP.ENV at program startup converts the backslashes into forward slashes (unless DJGPP.ENV was incorrectly edited).