From 81fd230419b0cfd052b08fc1ed352bb7d49975df Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 19 Feb 2005 22:16:42 +0000 Subject: Trunk is now identical to Testing git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl.xml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 62 insertions(+), 5 deletions(-) (limited to 'chapter05/tcl.xml') diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 7f15832c2..69dcbdec3 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -3,13 +3,14 @@ %general-entities; ]> - + Tcl-&tcl-version; Tcl +<para>The Tcl package contains the Tool Command Language.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -17,11 +18,26 @@ <seglistitem><seg>0.9 SBU</seg><seg>23 MB</seg></seglistitem> </segmentedlist> +<segmentedlist> +<segtitle>Tcl installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, +GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> +</segmentedlist> + </sect2> <sect2 role="installation"> <title>Installation of Tcl +This package and the next two (Expect and DejaGNU) are +installed to support running the test suites for GCC and Binutils. +Installing three packages for testing purposes may seem excessive, but +it is very reassuring, if not essential, to know that the most +important tools are working properly. Even if the test suites are not +run in this chapter (they are not mandatory), these packages +are required to run the test suites in . + Prepare Tcl for compilation: cd unix @@ -31,14 +47,22 @@ make -To test the results, issue: -TZ=UTC make test. +To test the results, issue: TZ=UTC make +test. The Tcl test suite is known to experience failures +under certain host conditions that are not fully understood. +Therefore, test suite failures here are not surprising, and are not +considered critical. The TZ=UTC parameter sets +the time zone to Coordinated Universal Time (UTC), also known as +Greenwich Mean Time (GMT), but only for the duration of the test suite +run. This ensures that the clock tests are exercised correctly. +Details on the TZ environment variable is provided in +. Install the package: make install -Do not remove the +Do not remove the tcl&tcl-version; source directory yet, as the next package will need its internal headers. @@ -50,8 +74,41 @@ will need its internal headers. Contents of Tcl -See testing + +Installed programs +Installed library +tclsh (link to tclsh8.4) and tclsh8.4libtcl8.4.so + + +Short Descriptions + + + +tclsh8.4 + +The Tcl command shell +tclsh8.4 + + + + +tclsh + +A link to tclsh8.4 +tclsh + + + + +libtcl8.4.so + +The Tcl library +libtcl8.4.so + + + + -- cgit v1.2.3-54-g00ecf