Changeset 517ec63 for temp-tools/common
- Timestamp:
- Feb 21, 2006, 1:07:38 AM (19 years ago)
- Children:
- 0ff00ec
- Parents:
- a21d07e
- Location:
- temp-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-tools/common/expect.xml
ra21d07e r517ec63 43 43 44 44 <screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \ 45 --with-tclinclude= $TCLPATH--with-x=no</userinput></screen>45 --with-tclinclude=/tools/include --with-x=no</userinput></screen> 46 46 47 47 <variablelist os="d"> … … 57 57 58 58 <varlistentry> 59 <term><parameter>--with-tclinclude= $TCLPATH</parameter></term>59 <term><parameter>--with-tclinclude=/tools/include</parameter></term> 60 60 <listitem> 61 <para>This explicitly tells Expect where to find Tcl's source62 directory and internal headers.Using this option avoids conditions61 <para>This explicitly tells Expect where to find Tcl's internal headers. 62 Using this option avoids conditions 63 63 where <command>configure</command> fails because it cannot 64 64 automatically discover the location of the Tcl source directory.</para> … … 104 104 105 105 </variablelist> 106 107 <para os="k">Now remove the <envar>TCLPATH</envar> variable:</para>108 109 <screen os="l"><userinput>unset TCLPATH</userinput></screen>110 111 <para os="m">The source directories of both Tcl and Expect can now112 be removed.</para>113 106 114 107 </sect2> -
temp-tools/common/tcl.xml
ra21d07e r517ec63 66 66 <screen os="g"><userinput>make install</userinput></screen> 67 67 68 <warning os="h"> 69 <para><emphasis>Do not</emphasis> remove the <filename 70 class="directory">tcl&tcl-version;</filename> source directory yet, 71 as the next package will need its internal headers.</para> 72 </warning> 68 <para os="i">Now we will install the TCL headers into /tools.</para> 73 69 74 <para os="i">Set a variable containing the full path of the current directory. 75 The next package, Expect, will use this variable to find Tcl's headers.</para> 76 77 <screen os="j"><userinput>cd .. 78 export TCLPATH=`pwd`</userinput></screen> 70 <screen os="j"><userinput>make install-private-headers</userinput></screen> 79 71 80 72 <para os="k">Now make a necessary symbolic link:</para>
Note:
See TracChangeset
for help on using the changeset viewer.