Sorry about the mess, I had Digest Mode on for some silly reason. Anyway, this is the output of ls -l /usr/lib
root:/sources/glibc-build# ls -l /usr/lib total 4 lrwxrwxrwx 1 root root 22 Mar 18 20:25 libgcc_s.so -> /tools/lib/libgcc_s.so lrwxrwxrwx 1 root root 24 Mar 18 20:25 libgcc_s.so.1 -> /tools/lib/libgcc_s.so.1 -rw-r--r-- 1 root root 959 Mar 18 20:25 libstdc++.la lrwxrwxrwx 1 root root 23 Mar 18 20:25 libstdc++.so -> /tools/lib/libstdc++.so lrwxrwxrwx 1 root root 25 Mar 18 20:25 libstdc++.so.6 -> /tools/lib/libstdc++.so.6 I had a thought, since my linker reports itself to be in /tools/lib64, perhaps I should make a link from /usr/lib64 to /usr/lib? since no /usr/lib64 directory exists.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page