From 0841437890915f7f6050da9f1066bf814439cd48 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Thu, 11 Sep 2003 20:07:44 +0000 Subject: Dropped non-toolchain tests to optional git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl-inst.xml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'chapter05/tcl-inst.xml') diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index a0be4332d..8589d0ff8 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -13,20 +13,29 @@ essential, to know that our most important tools are working properly. cd unix ./configure --prefix=/tools -Build, test, and install the package: +Build, the package: -make -make -k test -make install +make -Note that several of the tests may fail (for exmple the clock test). -This is, however, not a problem: the program will work well enough to be able -to run the GCC and Binutils test suites. +This package has a testsuite 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: + +TZ=UTC make -k test + +Sometimes, package testsuites will give false failures. You can +consult the LFS Wiki at +to verify that these failures are normal. This applies to all tests +throughout the book. + +Install the package: + +make install Make a link: ln -s tclsh8.4 /tools/bin/tclsh -Do not remove the +Do not remove the tcl&tcl-version; source directory yet, as the next package will need its internal headers. -- cgit v1.2.3-54-g00ecf