| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <cjas AT xs4all DOT nl> |
| To: | Charles Russell <crussell AT uabmc DOT edu>, cygwin AT cygwin DOT com |
| References: | <sa9391cf DOT 062 AT msgia DOT hs DOT uab DOT edu> |
| In-Reply-To: | <sa9391cf.062@msgia.hs.uab.edu> |
| MIME-Version: | 1.0 |
| X-Mailer: | IMP/PHP3 Imap webMail Program 2.0.0-xs4all |
| Subject: | Re: question about configuring or calling info |
Hi,
Quoting Charles Russell <crussell AT uabmc DOT edu>:
> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |