To: dashiell AT nadc DOT nadc DOT navy DOT mil (J. Dashiell) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: info problem Date: Tue, 24 Jan 95 08:11:34 +0200 From: "Eli Zaretskii" > I got the djgpp package installed and got everything updated to > djgpp 1.12 maint 3. However info doesn't yet work. How does it fail? What is the error message you get? > Is there some environment variable that must be > set for info to work? I also have demacs up and Did you move the info files from their ...djgpp/docs/XXX directory to another place (so DEmacs info will see them)? If so, be sure to update the [info] section of the djgpp.env file to reflect this change. The syntax of that file is descrived in README.DOC. If your info files are in their original directory (i.e., you unzipped them with ``pkunzip -d''), then be sure you have the file djgpp.env in the directory which starts the djgpp installation tree, and that you have added the following line to your AUTOEXEC.BAT: set DJGPP=c:\djgpp\djgpp.env (this assumes that djgpp is installed in c:\djgpp directory; if it's not so on your system, change that path accordingly).