diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-12 03:23:51 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-12 03:23:51 +0000 |
commit | a67cde7dd5a0860a4fb2d56fb4305647ee641bfa (patch) | |
tree | a27a82d189645c424ddb41be8f2ce7b837e1186b /chapter05/gettext-inst.xml | |
parent | a3f6e12435c4372fd87927e4ea19c91896bdb8e8 (diff) |
Globally replace cpp0 with cpp. Add note re Chapter 5 Gettext test suite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r-- | chapter05/gettext-inst.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml index 3721b6bb3..75919481b 100644 --- a/chapter05/gettext-inst.xml +++ b/chapter05/gettext-inst.xml @@ -9,15 +9,18 @@ <para>Compile the programs:</para> -<screen><userinput>make </userinput></screen> +<screen><userinput>make</userinput></screen> <para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. Should you choose to run it, the -following command will do so:</para> +checks to ensure it built correctly. However, the Gettext test suite here in +Chapter 5 is known to cause problems if for instance it finds a Java compiler +on the host. It also takes a very long time to run and is considered not +critical to the success of the overall build. We therefore recommend not to run +it here. Should you choose to run it, the following command will do so:</para> <screen><userinput>make check</userinput></screen> -<para>Then install them and their documentation:</para> +<para>And install the package:</para> <screen><userinput>make install</userinput></screen> |