Changeset 1341743 for BOOK/testsuite-tools/common
- Timestamp:
- Jul 29, 2010, 4:51:05 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3f77b42
- Parents:
- 5359083
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/testsuite-tools/common/expect.xml
r5359083 r1341743 26 26 <title>Installation of Expect</title> 27 27 28 <para os=" s1">The following sed tells <command>configure</command> to look29 for libraries in ${libdir}, not just in /tools/lib:</para>28 <para os="p1">The following patch prevents Expect from detecting Tk and 29 trying to build expectk:</para> 30 30 31 <screen os="s2"><userinput>sed -i '/EXP_LIB_SPEC=/s@${exec_prefix}/lib@${libdir}@' configure</userinput></screen> 32 33 <para os="t1">The following sed adds a missing include to 34 <filename>Dbg.c</filename>:</para> 35 36 <screen os="t2"><userinput>sed -i '1i\#include <expect_cf.h>' Dbg.c</userinput></screen> 37 38 <para os="t3">The following sed causes one of the source files to include 39 the correct header</para> 40 41 <screen os="t4"><userinput>sed -i "s/tcl.h/tclInt.h/" exp_inter.c</userinput></screen> 42 43 <para os="p1">The following patch prevents Expect from using functions 44 that are internal to TCL and are no longer available for Expect to 45 link against:</para> 46 47 <screen os="p2"><userinput>patch -Np1 -i ../&expect-avoid_tcl_internals-patch;</userinput></screen> 48 49 <para os="a">Fix a bug that can result in false failures during the GCC 50 test suite run:</para> 51 52 <screen os="b"><userinput>patch -Np1 -i ../&expect-spawn-patch;</userinput></screen> 31 <screen os="p2"><userinput>patch -Np1 -i ../&expect-notk-patch;</userinput></screen> 53 32 54 33 <para os="c">Now prepare Expect for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.