Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.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@xs4all.nl using -f
From: Karel Sprenger <cjas@xs4all.nl>
To: Charles Russell <crussell@uabmc.edu>, cygwin@cygwin.com
References: <sa9391cf.062@msgia.hs.uab.edu>
In-Reply-To: <sa9391cf.062@msgia.hs.uab.edu>
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 <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

