This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
How to change ld, as version manually? (and more)
- From: Demo Account <demo45468 at swissmail dot org>
- To: binutils at sources dot redhat dot com
- Date: Tue, 5 Apr 2005 14:56:57 +0200
- Subject: How to change ld, as version manually? (and more)
Hi,
I can fake the configure script manually, but i feel that it isn't right.
i want to set it's version as 2.15.96.
Thanks in advance.
# vi ../glibc-2.3-20050404/configure
/, bad
-'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=no;;
# ld --version
GNU ld version 050405 20050405
# as --version
GNU assembler 050405 20050405
# ../glibc-2.3-20050404/configure --prefix=/usr \
> --disable-profile --enable-add-ons \
> --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
running configure fragment for add-on libidn
running configure fragment for add-on linuxthreads
linuxthreads disabled because nptl add-on is also in use
running configure fragment for add-on nptl
...
checking whether autoconf works... yes
configure: error:
*** These critical programs are missing or too old: as ld
*** Check the INSTALL file for required versions.