This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problems with ld/configure


"Andrija Radicevic" <andrija.radicevic@zg.t-com.hr> writes:

> I have found that the configure.in file contains exactly the same part of
> the code, so I guess that the configure was generated correctly. So,
> either ${CONFIG_SHELL-/bin/sh} should evaluate to empty string or
> $ac_config_sub should evaluate to ../../binutils-2.16/ld/../config.sub
>
> What went wrong? Could someone help me please.

The 2.16 release predates the use of autconf 2.50+ for its configure
scripts.  Apparently you have regenerated the configure script with the
wrong version of autoconf: you need to use autoconf 2.13 for that.
Between autoconf 2.13 and 2.50 the value of ac_config_sub has been changed
to include $SHELL.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]