2010/6/29 Ian Harrold <[email protected]>: > It appears your GCC install is not correct. The error is with > libgcc_s.so.1 not being present when ldd is performed. It could be also a > path issue if you installed the gcc library somewhere other than /usr/lib/
The files are linked in to /tools/lib in /usr/lib: root:/sources/glibc-build# ls -l /usr/lib total 4 drwxr-xr-x 3 root root 4096 Jun 29 14:05 glibc lrwxrwxrwx 1 root root 22 Jun 27 20:09 libgcc_s.so -> /tools/lib/libgcc_s.so lrwxrwxrwx 1 root root 24 Jun 27 20:09 libgcc_s.so.1 -> /tools/lib/libgcc_s.so.1 lrwxrwxrwx 1 root root 23 Jun 27 20:09 libstdc++.so -> /tools/lib/libstdc++.so lrwxrwxrwx 1 root root 25 Jun 27 20:09 libstdc++.so.6 -> /tools/lib/libstdc++.so.6 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
