| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: Problems installing binutils |
| Date: | Thu, 26 May 2005 10:31:02 +0100 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <001801c5616a$dfa72cf0$0300a8c0@HPLAPTOP> |
| Message-ID: | <SERRANOX9kOS6yDC0AH00000152@SERRANO.CAM.ARTIMI.COM> |
----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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |