Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000701c06fbe$1da50fc0$8b0c4ea8@kepri.re.kr> From: "Jong B. Lee" To: "cygwin" References: <000d01c06fb9$d7bb8ec0$8b0c4ea8 AT kepri DOT re DOT kr> Subject: Re: info crashes Date: Wed, 27 Dec 2000 13:33:09 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id XAA17807 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 AT trixie DOT bosbc DOT com for /cygnus/netrel/inst/gcc-2.95.2-6/usr/info I don't know why cgf AT trixie DOT bosbc DOT com uses "dir.info" instead of "dir"... ----- Original Message ----- From: "Jong B. Lee" To: "cygwin" 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? > > > >