O.K.
I made it work by doing this :
bash$ cd /usr/info
bash$ mv dir.info dir
bash$ for f in *.info ; do install-info $f dir ; done
>dir.info was generated automatically by the gen-info-dir script.
>This version was generated on Mon Dec 25 02:33:03 EST 2000
>by [EMAIL PROTECTED] for /cygnus/netrel/inst/gcc-2.95.2-6/usr/info
I don't know why [EMAIL PROTECTED] uses "dir.info" instead of "dir"...
----- Original Message -----
From: "Jong B. Lee" <[EMAIL PROTECTED]>
To: "cygwin" <[EMAIL PROTECTED]>
Sent: Wednesday, December 27, 2000 1:02 PM
Subject: info crashes
> This morning, I installed cygwin from the scratch.
>
> It comes with cygwin1.dll version 1.1.7-1, perl-5.6.1-1, gcc-2.95-6, and so on...
>
> After doing the following work, info crashes with stack dump error.
>
> bash$ cd /usr/info
> bash$ for f in *.info ; do install-info $f dir ; done
>
> I went back to cygwin1.dll version 1.1.6-1, and same thing occured.
>
> What did I do wrong?
>
>
>
>