Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <37248AE1.7BFF55B9@mcd.alcatel.be> Date: Mon, 26 Apr 1999 17:48:49 +0200 From: "R. Hickling" X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Mumit Khan CC: "cygwin AT sourceware DOT cygnus DOT com" Subject: Re: info - again References: <199904261529 DOT KAA02713 AT modi DOT xraylith DOT wisc DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > > I have a 'dir' in '/usr/local/info', and 'info' runs, displaying its > > 'Top' node. > > However, when I do 'm' or even just 'h' it says > > Info: No such file or directory > > in the minibuffer. It does the same irrespective of my 'INFOPATH' or > > '--directory' (which I set to '/usr/local/info' which is where all my > > '.info...' files are). > > What else do I need to do? > You may just want to pull down texinfo and build it yourself. It does work > for me, and I'm surprised that it's not working with your setup even with > INFOPATH or --directory option! > The only gotcha in building it, if I remember correctly, is that you may > need to get termcap.h, which was left out of Cygwin b20.1. The termcap > library itself is part of the distribution, so that part is ok. './configure' worked fine. 'make' got past 'util' but failed in 'doc': ------------------------------------------------------------ Making all in doc ../makeinfo/makeinfo -I. `echo info-stnd.texi | sed 's,.*/,,'` info-stnd.texi: No such file or directory make[2]: *** [info-stnd.info] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 ------------------------------------------------------------ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com