Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: Problems installing binutils Date: Thu, 26 May 2005 10:31:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <001801c5616a$dfa72cf0$0300a8c0@HPLAPTOP> Message-ID: ----Original Message---- >From: Aaron Gray >Sent: 25 May 2005 21:47 > I am having problems installing binutils on just this machine. AFAIKS I > haave the same instillation as my other machine which builds and installs > binutils fine. > > Doing 'make install' I get the following error :- > > makeinfo --split-size=5000000 -I /usr/src/binutils-2.15/binutils/doc > /usr/src/bi > nutils-2.15/binutils/doc/binutils.texi > /usr/src/binutils-2.15/binutils/doc/binutils.texi:52: Unknown index `ky' > and/or > ' in @synindex. > makeinfo: Removing output file > `/usr/build/binutils-2.15/binutils/doc/binutils.i > nfo' due to errors; use --force to preserve. > make[2]: *** [binutils.info] Error 1 > make[2]: Leaving directory `/usr/build/binutils-2.15/binutils/doc' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/usr/build/binutils-2.15/binutils' > make: *** [install-binutils] Error 2 > > Any ideas ? You can force it to ignore the error in the binutils.info subtarget and carry on with the main install-recursive target by giving the -k flag: make -k install That will leave you with insufficient docs, but you'll still have working tools. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/