Date: Sun, 26 Oct 1997 16:45:13 +0200 (IST) From: Eli Zaretskii To: Kris Heidenstrom cc: djgpp AT delorie DOT com Subject: Re: Some comments and questions In-Reply-To: <199710242324.MAA02994@atlantis.actrix.gen.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 25 Oct 1997, Kris Heidenstrom wrote: > Yes, you're right. When a program gives an error message then does > nothing for 15 seconds, with no hard disk activity and no "Wait..." > message, I think it's not unreasonable to think that it has hung. > But eventually it does start up properly. > > >> So it seems that if there is any INFOPATH setting in the [info] section > >> of djgpp.env, info hangs if the subject on the command line is unknown. > > > > No, I think your DJGPP environment variable is set incorrectly. Please > > post how it is defined, and please revert to the original DJGPP.ENV from > > djdev201.zip, i.e., do NOT edit it. > > My DJGPP environment variable is defined as: > > DJGPP=C:\S\DJGPP\DJGPP.ENV > > which is the correct full pathname to DJGPP.ENV. What happens if you change the above to use forward slashes, like this: DJGPP=C:/S/DJGPP/DJGPP.ENV Does it work then?