question about configuring or calling info
Karel Sprenger
cjas@xs4all.nl
Wed Feb 21 12:08:00 GMT 2001
Hi,
Quoting Charles Russell <crussell@uabmc.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.sprenger@compaq.com Private: cjas@xs4all.nl
"Knowledge speaks, but wisdom listens." - Jimi Hendrix
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list