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/expect.xml

    rec0a37e6 r69993f4  
    2323<segtitle>Expect installation depends on</segtitle>
    2424<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    25 GCC, Glibc, Grep, Make, Sed, Tcl</seg></seglistitem>
     25GCC, Glibc, Grep, Make, Sed and Tcl</seg></seglistitem>
    2626</segmentedlist>
    2727</sect2>
     
    3030<title>Installation of Expect</title>
    3131
    32 <para>First fix a bug that can result in false failures during the GCC test
     32<para>First, fix a bug that can result in false failures during the GCC test
    3333suite run:</para>
    3434
     
    4545<term><parameter>--with-tcl=/tools/lib</parameter></term>
    4646<listitem><para>This ensures that the configure script finds the Tcl installation in
    47 the temporary tools location instead of possibly finding an existing
     47the temporary tools location instead of possibly locating an existing
    4848one on the host system.</para></listitem>
    4949</varlistentry>
     
    5353<listitem><para>This tells the configure script not to search for Tk
    5454(the Tcl GUI component) or the X Window System libraries, both of
    55 which may possibly reside on the host system.</para></listitem>
     55which may reside on the host system.</para></listitem>
    5656</varlistentry>
    5757</variablelist>
     
    6464Note that the Expect test suite is known to experience failures under
    6565certain host conditions that are not within our control. Therefore,
    66 test suite failures here are not surprising, and are not considered
     66test suite failures here are not surprising and are not considered
    6767critical.</para>
    6868
     
    8181</variablelist>
    8282
    83 <para>You can now remove the source directories of both Tcl and Expect.</para>
     83<para>The source directories of both Tcl and Expect can now be removed.</para>
    8484
    8585</sect2>
     
    9999<term><command>expect</command></term>
    100100<listitem>
    101 <para><quote>talks</quote> to other interactive
     101<para>communicates with other interactive
    102102programs according to a script.</para>
    103103<indexterm zone="ch-tools-expect expect"><primary sortas="b-expect">expect</primary></indexterm>
     104</listitem>
     105</varlistentry>
     106
     107<varlistentry id="libexpect">
     108<term><filename class="libraryfile">libexpect&expect-version;</filename></term>
     109<listitem>
     110<para></para>
     111<indexterm zone="ch-tools-expect libexpect"><primary sortas="c-libexpect&expect-version;">libexpect&expect-version;</primary></indexterm>
    104112</listitem>
    105113</varlistentry>
     
    108116</sect2>
    109117
     118</sect1>
    110119
    111 </sect1>
Note: See TracChangeset for help on using the changeset viewer.