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: info crashes


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 cgf@trixie.bosbc.com for /cygnus/netrel/inst/gcc-2.95.2-6/usr/info
I don't know why cgf@trixie.bosbc.com uses "dir.info" instead of "dir"...


----- Original Message ----- 
From: "Jong B. Lee" <jbdoll@kepri.re.kr>
To: "cygwin" <cygwin@cygwin.com>
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?
> 
> 
> 
> 

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