Mail Archives: djgpp/2003/03/03/16:22:18
James A Hawk wrote:
> I have recently downloaded DJGPP from the Delorie web site. It seems to
> work well except for "help". Is there supposed to be a file called
> "rhide.info"? I looked for all over my disk drive but could not find it.
> There are several ".info" files in the directory "C;\ DJGPP\info but
> "rhide.info" is not there. If I need this file, where can I get it since
> it was not part of the Delorie download? I lookd in all the FAQ files
> but did not find any mention of this problem there. Thank you for your
> time.
>
The file is part of rhide15b.zip, but there was a bug when I mad the
archive. The file is in %DJDIR%/share/info/ and not in %DJDIR%/info/
like common on DJGPP.
To solve your problem, either copy the file in the %DJDIR%/info/
directory, or edit you djgpp.env file. There should be a section like
[info]
INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info
which you should change to
[info]
INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info;%DJDIR%/share/info
so, the rhide.inf file is found using this search path. I recommend the
second way, since there are also two other files, which come with RHIDE
Robert
- Raw text -