This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: question about configuring or calling info


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]