Date: Mon, 10 Jan 2000 13:21:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Todorovic cc: djgpp AT delorie DOT com Subject: Re: Bug in Rhide v1.4.7 beta, really need gzip or invalid .inf file? In-Reply-To: <85bd6a$eig$1@SOLAIR2.EUnet.yu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 10 Jan 2000, Todorovic wrote: > The problem is when I press Ctrl-F1 - when I need help on some > function. Then it writes: Unknown command "gzip" five or six times, and > after that, it works Ok until I exit from it, and then enter again. Anybody > knows what's the problem? Looks like some of the Info docs files you have were compressed by the Gzip program. The RHIDE docs viewer knows how to uncompress such files on the fly, but it needs an external program gzip.exe to do this. The solution is to download the Gzip distribution, v2gnu/gzp124ab.zip from the same place you get DJGPP, and install it. Then it will work.