Date: Wed, 20 Jan 1999 09:34:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Robert ARSENIUK cc: djgpp AT delorie DOT com Subject: Re: Odp: Can't find the libraries! In-Reply-To: <01be443c$250d2ea0$0113010a@robi1.jmpolska.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 20 Jan 1999, Robert ARSENIUK wrote: > set DJGPP=C:/DJGPP/DJGPP.ENV > > with slash not backslash. This should have no effect whatsoever. DJGPP programs work equally well (or equally badly ;-) with both types of slashes. In fact, the first stage of the startup code of every DJGPP program converts the slashes to forward ones, and then uses the converted value.