Ignore:
Timestamp:
12/16/2005 04:06:59 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
d663c90
Parents:
48553c1
Message:

Bring alphabetical branch up-to-speed with trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/expect.xml

    r48553c1 r6856842  
    3838
    3939<screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \
    40    --with-tclinclude=$TCLPATH --with-x=no</userinput></screen>
     40   --with-tclinclude=/tools/include --with-x=no</userinput></screen>
    4141
    4242<para>The meaning of the configure options:</para>
     
    5151
    5252<varlistentry>
    53 <term><parameter>--with-tclinclude=$TCLPATH</parameter></term>
    54 <listitem><para>This explicitly tells Expect where to find Tcl's source
    55 directory and internal headers. Using this option avoids conditions
    56 where <command>configure</command> fails because it cannot automatically
    57 discover the location of the Tcl source directory.</para></listitem>
     53<term><parameter>--with-tclinclude=/tools/include</parameter></term>
     54<listitem><para>This explicitly tells Expect where to find Tcl's internal headers.
     55Using this option avoids conditions where <command>configure</command> fails because
     56it cannot automatically discover the location of Tcl's headers.</para></listitem>
    5857</varlistentry>
    5958
     
    9089</varlistentry>
    9190</variablelist>
    92 
    93 <para>Now remove the <envar>TCLPATH</envar> variable:</para>
    94 
    95 <screen><userinput>unset TCLPATH</userinput></screen>
    96 
    97 <para>The source directories of both Tcl and Expect can now be removed.</para>
    9891
    9992</sect2>
Note: See TracChangeset for help on using the changeset viewer.