On 7/3/06, kriss <[EMAIL PROTECTED]> wrote:
hi make bootstrap return : /tools/bin/ld: skipping incompatible /usr/lib/../lib/libc.so when searching for -lc /tools/bin/ld: skipping incompatible /usr/lib/../lib/libc.a when searching for -lc /tools/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /tools/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc /tools/bin/ld: cannot find -lc collect2: ld returned 1 exit status make[3]: *** [32/libgcc_s.so] Error 1
It looks like your new binutils doesn't like your host's glibc for some reason. I have no idea why. This is why you don't just grab all the latest toolchain versions at gnu.org and expect everything to just work. Why don't you try with binutils-2.16.1 if you can't figure out how to fix this problem. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
