Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 21 Feb 2001 21:08:30 +0100 (CET) Message-Id: <200102212008.VAA26269@webmail1.xs4all.nl> X-Authentication-Warning: webmail1.xs4all.nl: cjas set sender to cjas AT xs4all DOT nl using -f From: Karel Sprenger To: Charles Russell , cygwin AT cygwin DOT com References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: IMP/PHP3 Imap webMail Program 2.0.0-xs4all Subject: Re: question about configuring or calling info Hi, Quoting Charles Russell : > 1) info g77 just gives me the man page for g77. I can't get into the > .info files. (I'm using Windows 98, cygwin downloaded yesterday.) > 2) Where should I look for answers to this kind of question? I tried the > FAQ. > My guess is the dir file in /usr/info has been clobbered by one of the distributions. Try rebuilding it with the following shell script: -----8<----- #!/bin/bash for f in /usr/info/*.info; do install-info --dir-file=/usr/info/dir --info-file=$f done echo Now edit /usr/info/dir -----8<----- I added the last hint as I want to go over the dir file install-info produced. Hope this helps. Cheers, Karel -- Karel Sprenger, senior solution specialist COMPAQ, Professional Services Mobile: +31 (6) 5178 5034 Home: +31 (20) 670 0942 E-mail: karel DOT sprenger AT compaq DOT com Private: cjas AT xs4all DOT nl "Knowledge speaks, but wisdom listens." - Jimi Hendrix -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple