This is the mail archive of the binutils@sources.redhat.com 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]

Re: binutils-2.11 ld testsuite problems + PATCH


On Sat, 5 May 2001, Matthew Schalit wrote:

> lt-ld-new: cannot find -lc
> FAIL: bootstrap

Check the SEARCH_DIR entries in your linker scripts.  You'll find these
scripts in $prefix/$target/lib/ldscripts/, where $prefix is the value you
gave configure via --prefix or the default /usr/local/, and similarly for
$target.

The .x script for your default target should have a number of SEARCH_DIR
entries, including /usr/lib.  Some reasons for this not happenning:
- cross-compiled binutils (ie. host != target)
- LIB_PATH passed to make.

Alan


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