From 0e347034c82a87002fdaea1136f47d785d834fe7 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 6 May 2001 20:33:26 +0000 Subject: Added note that configure will complain about missing msgfmt but that it can be ignored git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'chapter06') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 10160b200..c4062bbde 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -39,6 +39,24 @@ Install Glibc by running the following commands: make localedata/install-locales + +During the configure stage you will see the following warning: + + +
+configure: warning: +*** An auxiliary program is missing or too old; +*** some features will be disabled. +*** Check the INSTALL file for required versions. +
+ + +This warning refers to the missing msgfmt program from the gettext +package. But there is nothing to worry about: Glib will still be +installed the same way as when msgfmt is present. It can safely be +ignored in our case. + + By exiting the chroot'ed environment and re-entering it, you will be able to get rid of the "I have no name!" message in the command prompt, -- cgit v1.2.3-54-g00ecf