On 8/20/06, Mike Murfin <[EMAIL PROTECTED]> wrote:
Thanks for getting back to me. ldd /tools/bin/gcc gives : /tools/bin/ldd: line 124: /tools/bin/gcc: No such file or directory
This is because gcc itself is trying to use the dynamic linker /lib/ld-linux.so.2 instead of the one in /tools/lib. Everything built after gcc-pass2 has the correct dynamic linker, but everything built between Adjusting the Toolchain and gcc-pass2 is wrong. The toolchain adjustment was not done correctly. Please read this thread: http://linuxfromscratch.org/pipermail/lfs-support/2006-August/031316.html -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
