From: 065211 AT bud DOT cc DOT swin DOT edu DOT au (MURPHY, Jeremy W) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE (missing rhide.info?) Date: 4 Mar 2003 14:53:49 GMT Organization: Swinburne University of Technology Lines: 26 Message-ID: References: <20030303 DOT 141225 DOT -310215 DOT 29 DOT jahawk1 AT juno DOT com> <3E63C5DC DOT 20500 AT gmx DOT net> NNTP-Posting-Host: bud.cc.swin.edu.au X-Trace: c3p0.cc.swin.edu.au 1046789629 5962 136.186.1.113 (4 Mar 2003 14:53:49 GMT) X-Complaints-To: abuse AT swin DOT edu DOT au NNTP-Posting-Date: 4 Mar 2003 14:53:49 GMT X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com : 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 Hmmm, even with this change, RHIDE 1.5.0 still crashes whenever I try to use InfView. :( Jeremy