Changeset 69993f4 for chapter05/tcl.xml


Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/tcl.xml

    rec0a37e6 r69993f4  
    2222<segtitle>Tcl installation depends on</segtitle>
    2323<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    24 GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
     24GCC, Glibc, Grep, Make and Sed</seg></seglistitem>
    2525</segmentedlist>
    2626
     
    3737important tools are working properly. Even if the test suites are not
    3838run in this chapter (we recommend not running them), these packages
    39 are still required to run the test suites in <xref
     39are required to run the test suites in <xref
    4040linkend="chapter-building-system"/>.</para>
    4141
     
    5050
    5151<para>To test the results, issue: <userinput>TZ=UTC make
    52 test</userinput>. However, the Tcl test
    53 suite is known to experience failures under certain host conditions
    54 that are not fully understood. Therefore, test suite failures here are not surprising, and are not
    55 considered critical. The <parameter>TZ=UTC</parameter> parameter sets the time zone to
    56 Coordinated Universal Time (UTC), also known as Greenwich Mean Time
    57 (GMT), but only for the duration of the test suite run. This ensures
    58 that the clock tests are exercised correctly. More information on the
    59 TZ environment variable will be provided in <xref
     52test</userinput>. The Tcl test suite is known to experience failures
     53under certain host conditions that are not fully understood.
     54Therefore, test suite failures here are not surprising, and are not
     55considered critical. The <parameter>TZ=UTC</parameter> parameter sets
     56the time zone to Coordinated Universal Time (UTC), also known as
     57Greenwich Mean Time (GMT), but only for the duration of the test suite
     58run. This ensures that the clock tests are exercised correctly. More
     59information on the TZ environment variable is provided in <xref
    6060linkend="chapter-bootscripts"/>.</para>
    6161
     
    7979<segtitle>Installed programs</segtitle>
    8080<segtitle>Installed library</segtitle>
    81 <seglistitem><seg>tclsh (link to tclsh8.4), tclsh8.4</seg><seg>libtcl8.4.so</seg></seglistitem>
     81<seglistitem><seg>tclsh (link to tclsh8.4) and tclsh8.4</seg><seg>libtcl8.4.so</seg></seglistitem>
    8282</segmentedlist>
    8383
     
    9090<para>the Tcl command shell.</para>
    9191<indexterm zone="ch-tools-tcl tclsh8.4"><primary sortas="b-tclsh8.4">tclsh8.4</primary></indexterm>
     92</listitem>
     93</varlistentry>
     94
     95<varlistentry id="tclsh">
     96<term><command>tclsh</command></term>
     97<listitem>
     98<para>link to tclsh8.4</para>
     99<indexterm zone="ch-tools-tcl tclsh"><primary sortas="b-tclsh">tclsh</primary></indexterm>
    92100</listitem>
    93101</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.