[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
[134ba96] | 8 | <sect1 id="ch-testsuite-tools-expect" role="wrap">
|
---|
[16b653eb] | 9 | <?dbhtml filename="expect.html"?>
|
---|
[3f8be484] | 10 |
|
---|
| 11 | <title>Expect-&expect-version;</title>
|
---|
| 12 |
|
---|
[134ba96] | 13 | <indexterm zone="ch-testsuite-tools-expect">
|
---|
[3f8be484] | 14 | <primary sortas="a-Expect">Expect</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
[3ef74b1] | 17 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 18 | href="../common/expect.xml"
|
---|
| 19 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[3f8be484] | 20 |
|
---|
| 21 | <sect2 role="installation">
|
---|
| 22 | <title>Installation of Expect</title>
|
---|
| 23 |
|
---|
[a3b04fe] | 24 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 25 | href="../common/expect.xml"
|
---|
| 26 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
| 27 |
|
---|
| 28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 29 | href="../common/expect.xml"
|
---|
| 30 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
| 31 |
|
---|
[1da2a84] | 32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 33 | href="../common/expect.xml"
|
---|
| 34 | xpointer="xpointer(//*[@os='t1'])"/>
|
---|
| 35 |
|
---|
| 36 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 37 | href="../common/expect.xml"
|
---|
| 38 | xpointer="xpointer(//*[@os='t2'])"/>
|
---|
| 39 |
|
---|
| 40 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 41 | href="../common/expect.xml"
|
---|
| 42 | xpointer="xpointer(//*[@os='t3'])"/>
|
---|
| 43 |
|
---|
| 44 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 45 | href="../common/expect.xml"
|
---|
| 46 | xpointer="xpointer(//*[@os='t4'])"/>
|
---|
| 47 |
|
---|
| 48 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 49 | href="../common/expect.xml"
|
---|
| 50 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
| 51 |
|
---|
| 52 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 53 | href="../common/expect.xml"
|
---|
| 54 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
| 55 |
|
---|
[3f8be484] | 56 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 57 | href="../common/expect.xml"
|
---|
| 58 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 59 |
|
---|
| 60 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 61 | href="../common/expect.xml"
|
---|
| 62 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 63 |
|
---|
| 64 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 65 | href="../common/expect.xml"
|
---|
| 66 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 67 |
|
---|
[e47ec16] | 68 | <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
|
---|
[b15e6404] | 69 | --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \
|
---|
[7a8cc24] | 70 | --libdir=/tools/lib64</userinput></screen>
|
---|
[3f8be484] | 71 |
|
---|
[6bb43b3] | 72 | <variablelist os="e">
|
---|
| 73 | <title>The meaning of the configure options:</title>
|
---|
| 74 |
|
---|
| 75 | <varlistentry os="e1">
|
---|
| 76 | <term><parameter>--with-tcl=/tools/lib64</parameter></term>
|
---|
| 77 | <listitem>
|
---|
| 78 | <para>This ensures that the configure script finds the Tcl
|
---|
[134ba96] | 79 | installation in the temporary tools location.</para>
|
---|
[6bb43b3] | 80 | </listitem>
|
---|
| 81 | </varlistentry>
|
---|
| 82 |
|
---|
| 83 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 84 | href="../common/expect.xml"
|
---|
| 85 | xpointer="xpointer(//*[@os='e2'])"/>
|
---|
| 86 |
|
---|
| 87 | </variablelist>
|
---|
[3f8be484] | 88 |
|
---|
| 89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 90 | href="../common/expect.xml"
|
---|
| 91 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 92 |
|
---|
| 93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 94 | href="../common/expect.xml"
|
---|
| 95 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 96 |
|
---|
| 97 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 98 | href="../common/expect.xml"
|
---|
| 99 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 100 |
|
---|
| 101 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 102 | href="../common/expect.xml"
|
---|
| 103 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 104 |
|
---|
[fe3e01c1] | 105 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 106 | href="../common/expect.xml"
|
---|
| 107 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
| 108 |
|
---|
[3f8be484] | 109 | </sect2>
|
---|
| 110 |
|
---|
| 111 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 112 | href="../common/expect.xml"
|
---|
| 113 | xpointer="xpointer(id('contents-expect'))"/>
|
---|
| 114 |
|
---|
| 115 | </sect1>
|
---|