ld "FAIL: bootstrap with --static" --> recent Glibc's

Greg Schafer gschafer@zip.com.au
Wed Oct 22 07:30:00 GMT 2003


Hi

Recent Glibc's require a different method for linking statically. Details
are here:

http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00799.html

The problem is that ld now fails the --static bootstrap test:


In function `_Unwind_Find_FDE':
: undefined reference to `dl_iterate_phdr'
FAIL: bootstrap with --static


Dunno what the correct fix is. Possibly tweaking $HOSTING_LIBS or even
bootstrap.exp.

Thanks
Greg



More information about the Binutils mailing list