diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 3a1dd793c..445c0c6c1 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -169,6 +169,10 @@ esac</userinput></screen> generally harmless. This <command>msgfmt</command> program is part of the Gettext package which the host distribution should provide.</para> + <note><para>There have been reports that this package may fail when + building as a "parallel make". If this occurs, rerun the make command + with a "-j1" option.</para></note> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |