On 4/22/07, Federico <[EMAIL PROTECTED]> wrote: > Hi all, > In "binutils pass 1" after install it with make install I type make -C > ld clean and it works but in make -C ld LIB_PATH=/tools/lib I got this > error: > > /tools/bin/ld: unrecognized option '--hash-style=both' > /tools/bin/ld: use the --help option for usage information > collect2: ld returned 1 exit status
Sorry for not answering earlier. The problem is that the new binutils you just built can't deal with the --hash-style option that gcc is trying to send to it. We have an errata entry for dealing with this (see the last one). http://www.linuxfromscratch.org/lfs/errata/stable/ -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
