From 0be3d41926af8aaf32f21a8cb2dc5e881d7d7794 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 7 Dec 2005 20:46:14 +0000 Subject: Mention testsuites (or lack of them) for all packages (bug 1664) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/dejagnu.xml | 2 ++ chapter05/gettext.xml | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'chapter05') 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 make install +To test the results, issue: make check. + 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 @@ --disable-shared -We do not need to install any of the shared gettext libraries at this -time, therefore, no need to build them. +We do not need to install any of the shared gettext libraries at +this time, therefore there is no need to build them. @@ -49,6 +49,11 @@ time, therefore, no need to build them. make -C lib make -C src msgfmt +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. + Install the msgfmt binary: cp -v src/msgfmt /tools/bin -- cgit v1.2.3-54-g00ecf