http://bugs.linuxfromscratch.org/show_bug.cgi?id=303
------- Additional Comments From [EMAIL PROTECTED] 2005-08-17 02:52 ------- (In reply to comment #17) > The quick fix (for gawk) is: > > ./configure --prefix=/usr --libexecdir=/usr/lib > > cat >>config.h <<"EOF" > #define HAVE_ISBLANK 1 > #define HAVE_LANGINFO_CODESET 1 > #define HAVE_LANGINFO_H 1 > #define HAVE_LC_MESSAGES 1 > EOF Alexander, it doesn't necessarily follow that missing HAVE_* variables are automatic bugs IMHO. If you grepped the Gawk source code for those vars you'd see that some of those vars make no difference at all. In this case, only the HAVE_LC_MESSAGES var is needed to make the Gettext testsuite pass. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
