mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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
This commit is contained in:
parent
fa95d3bc2b
commit
0e347034c8
@ -39,6 +39,24 @@ Install Glibc by running the following commands:
|
||||
<userinput>make localedata/install-locales</userinput>
|
||||
</literallayout></blockquote>
|
||||
|
||||
<para>
|
||||
During the configure stage you will see the following warning:
|
||||
</para>
|
||||
|
||||
<blockquote><screen>
|
||||
configure: warning:
|
||||
*** An auxiliary program is missing or too old;
|
||||
*** some features will be disabled.
|
||||
*** Check the INSTALL file for required versions.
|
||||
</screen></blockquote>
|
||||
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user