diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/dejagnu.xml | 2 | ||||
-rw-r--r-- | chapter05/gettext.xml | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index c2c6a0057..b185c3365 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -36,6 +36,8 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> <screen><userinput>make install</userinput></screen> +<para>To test the results, issue: <userinput>make check</userinput>.</para> + </sect2> diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 20ef68519..030c9c2c3 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -39,8 +39,8 @@ <variablelist> <varlistentry> <term><parameter>--disable-shared</parameter></term> -<listitem><para>We do not need to install any of the shared gettext libraries at this -time, therefore, no need to build them.</para></listitem> +<listitem><para>We do not need to install any of the shared gettext libraries at +this time, therefore there is no need to build them.</para></listitem> </varlistentry> </variablelist> @@ -49,6 +49,11 @@ time, therefore, no need to build them.</para></listitem> <screen><userinput>make -C lib make -C src msgfmt</userinput></screen> +<para>As only one binary has been compiled, it is not possible to run the +testsuite without compiling additional support libraries from the Gettext +package. It is therefore not recommended to attempt to run the testsuite at +this stage.</para> + <para>Install the <command>msgfmt</command> binary:</para> <screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> |