public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* How to change ld, as version manually? (and more)
@ 2005-04-05 12:57 Demo Account
  2005-04-07  9:14 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Demo Account @ 2005-04-05 12:57 UTC (permalink / raw)
  To: binutils

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to change ld, as version manually? (and more)
  2005-04-05 12:57 How to change ld, as version manually? (and more) Demo Account
@ 2005-04-07  9:14 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2005-04-07  9:14 UTC (permalink / raw)
  To: Demo Account; +Cc: binutils

Hi,

   Changing the version numbers is a really bad idea.  I would 
definitely advise against it.

> 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.

The version number is controlled by the configure.in script in the bfd/ 
directory.  Look for the definition of AM_INIT_AUTOMAKE.
You will need to regenerate the bfd/configure file afterwards, or else 
edit it by hand.

 > configure: error:
 > *** These critical programs are missing or too old: as ld
 > *** Check the INSTALL file for required versions.

There are good reasons why the configure script it checking for a 
minimum version of the assembler and linker.  Just faking the version 
number is not going to fix the bugs or add the features that glibc is 
depending upon.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-07  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-05 12:57 How to change ld, as version manually? (and more) Demo Account
2005-04-07  9:14 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).