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 Message-ID: <000501c55fb0$be73a560$0300a8c0@HPLAPTOP> From: "Aaron Gray" To: Subject: Problems installing binutils-2.15 Date: Mon, 23 May 2005 17:01:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes I am trying to build and install binutils-2.15 as I need this version. I have successfully done this before on my other machine, but am unable to do it on this one. On the 'make install' I am getting the following error :- make[4]: Leaving directory `/usr/build/binutils-2.15/binutils/doc' make[3]: Leaving directory `/usr/build/binutils-2.15/binutils/doc' rm -f config.texi echo '@set VERSION 2.15' > config.texi 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 I think it maybe a missing tool from the Cygwin instillation but an not sure what one. Here's my configure script output :- $ /usr/src/binutils-2.15/configure --prefix=/usr/binutils-2.15 loading cache ./config.cache checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking build system type... i686-pc-cygwin checking for a BSD compatible install... (cached) /usr/bin/install -c *** removing intl/Makefile to force reconfigure *** removing libiberty/Makefile to force reconfigure *** removing opcodes/Makefile to force reconfigure *** removing bfd/Makefile to force reconfigure *** removing binutils/Makefile to force reconfigure *** removing gas/Makefile to force reconfigure *** removing ld/Makefile to force reconfigure *** removing gprof/Makefile to force reconfigure *** removing etc/Makefile to force reconfigure checking for i686-pc-cygwin-ar... no checking for ar... (cached) ar checking for i686-pc-cygwin-as... no checking for as... (cached) as checking for i686-pc-cygwin-dlltool... no checking for dlltool... (cached) dlltool checking for i686-pc-cygwin-ld... (cached) /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3 /../../../../i686-pc-cygwin/bin/ld.exe checking for i686-pc-cygwin-nm... no checking for nm... (cached) nm checking for i686-pc-cygwin-ranlib... no checking for ranlib... (cached) ranlib checking for i686-pc-cygwin-windres... no checking for windres... (cached) windres checking for i686-pc-cygwin-objcopy... no checking for objcopy... (cached) objcopy checking for i686-pc-cygwin-objdump... no checking for objdump... (cached) objdump checking for i686-pc-cygwin-ar... no checking for ar... (cached) ar checking for i686-pc-cygwin-as... no checking for as... (cached) as checking for i686-pc-cygwin-dlltool... no checking for dlltool... (cached) dlltool checking for i686-pc-cygwin-ld... no checking for ld... (cached) ld checking for i686-pc-cygwin-nm... no checking for nm... (cached) nm checking for i686-pc-cygwin-ranlib... no checking for ranlib... (cached) ranlib checking for i686-pc-cygwin-windres... no checking for windres... (cached) windres checking whether to enable maintainer-specific portions of Makefiles... no updating cache ./config.cache creating ./config.status creating Makefile Hope you can help, Aaron -- 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/