Changeset b15e6404
- Timestamp:
- Feb 21, 2006, 1:07:38 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f6f7cf7e
- Parents:
- 4cbeff8
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r4cbeff8 rb15e6404 48 48 <para>[manuel] - Omit running Bzip2's testsuite as a separate step, 49 49 as make runs it automatically. Ported from LFS-SVN.</para> 50 </listitem> 51 <listitem> 52 <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para> 53 </listitem> 54 <listitem> 55 <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para> 50 56 </listitem> 51 57 </itemizedlist> -
BOOK/temp-tools/64/expect-64bit.xml
r4cbeff8 rb15e6404 35 35 36 36 <screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \ 37 --with-tclinclude= $TCLPATH--with-x=no</userinput></screen>37 --with-tclinclude=/tools/include --with-x=no</userinput></screen> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 65 65 xpointer="xpointer(//*[@os='j'])"/> 66 66 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"68 href="../common/expect.xml"69 xpointer="xpointer(//*[@os='k'])"/>70 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"72 href="../common/expect.xml"73 xpointer="xpointer(//*[@os='l'])"/>74 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"76 href="../common/expect.xml"77 xpointer="xpointer(//*[@os='m'])"/>78 79 67 </sect2> 80 68 -
BOOK/temp-tools/64/tcl-64bit.xml
r4cbeff8 rb15e6404 55 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 56 href="../common/tcl.xml" 57 xpointer="xpointer(//*[@os='h'])"/>58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"60 href="../common/tcl.xml"61 57 xpointer="xpointer(//*[@os='i'])"/> 62 58 -
BOOK/temp-tools/common/expect.xml
r4cbeff8 rb15e6404 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> -
BOOK/temp-tools/common/tcl.xml
r4cbeff8 rb15e6404 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> -
BOOK/temp-tools/multilib/expect-64bit.xml
r4cbeff8 rb15e6404 35 35 36 36 <screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \ 37 --with-tcl=/tools/lib64 --with-tclinclude= $TCLPATH\37 --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \ 38 38 --libdir=/tools/lib64 --with-x=no</userinput></screen> 39 39 … … 66 66 xpointer="xpointer(//*[@os='j'])"/> 67 67 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"69 href="../common/expect.xml"70 xpointer="xpointer(//*[@os='k'])"/>71 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"73 href="../common/expect.xml"74 xpointer="xpointer(//*[@os='l'])"/>75 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"77 href="../common/expect.xml"78 xpointer="xpointer(//*[@os='m'])"/>79 80 68 </sect2> 81 69 -
BOOK/temp-tools/multilib/tcl-64bit.xml
r4cbeff8 rb15e6404 56 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 57 href="../common/tcl.xml" 58 xpointer="xpointer(//*[@os='h'])"/>59 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"61 href="../common/tcl.xml"62 58 xpointer="xpointer(//*[@os='i'])"/> 63 59
Note:
See TracChangeset
for help on using the changeset viewer.