I get the following error when compiling the butterfly toolchain: xgcc: /lib/libintl.so: No such file or directory make[4]: *** [libstdc++.la] Error 1 make[4]: Leaving directory `/sources/butterfly-build/i686-pc-linux-uclibc/libstdc++-v3/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/sources/butterfly-build/i686-pc-linux-uclibc/libstdc++-v3' make[2]: *** [all] Error 2 make[2]: Leaving directory `/sources/butterfly-build/i686-pc-linux-uclibc/libstdc++-v3' make[1]: *** [all-target-libstdc++-v3] Error 2 make[1]: Leaving directory `/sources/butterfly-build' make: *** [all] Error 2
libintl.so is a symlink in /usr/lib, and points to ../../lib/libintl.so.8. which is per the gettext instructions. Also, '/tools/lib/gcc/i686-pc-linux-uclibc/4.1.2/specs' has the following: *startfile_prefix_spec: /usr/lib/ Any ideas on how to correct this?? Thanks -Frank -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page