In chapter 5.11.1 (kernel 2.6 uLibc) I get an error compiling Bash (see previous message)
I found one interesting error in config.log: conftest.c:91:21: error: libintl.h: No such file or directory conftest.c: In function 'main': conftest.c:98: warning: incompatible implicit declaration of built-in function 'gettext' configure:8890: $? = 1 Libintl.h exists in /mnt/hlfs/sources/uClibc-0.9.29/include/libintl.h but is not installed by uClibc. I rechecked the output from uClibc with "make install" and found this: # Remove xlocale header since extended locale support is disabled. rm -f /tools/include/xlocale.h # Remove libintl header since gettext support is disabled. rm -f /tools/include/libintl.h # Remove thread_db header since thread debug support is disabled. rm -f /tools/include/thread_db.h -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
