Changeset 19711e7 for chapter05/tcl.xml


Ignore:
Timestamp:
06/25/2005 11:24:19 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
6.1, 6.1.1
Children:
2682464
Parents:
df10d3d
Message:

Added --with-tclinclude flag to Expect. (merged from trunk r6134, r6135 & r6140)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/tcl.xml

    rdf10d3d r19711e7  
    6767will need its internal headers.</para></warning>
    6868
     69<para>Set a variable containing the full path of the current directory.
     70The next package, Expect, will use this variable to find Tcl's headers.</para>
     71
     72<screen><userinput>cd ..
     73export TCLPATH=`pwd`</userinput></screen>
     74
    6975<para>Now make a necessary symbolic link:</para>
    7076
Note: See TracChangeset for help on using the changeset viewer.