[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
[134ba96] | 8 | <sect1 id="ch-testsuite-tools-expect" role="wrap">
|
---|
[3f8be484] | 9 | <?dbhtml filename="expect64.html"?>
|
---|
| 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 |
|
---|
| 24 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 25 | href="../common/expect.xml"
|
---|
| 26 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 27 |
|
---|
| 28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 29 | href="../common/expect.xml"
|
---|
| 30 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 31 |
|
---|
| 32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 33 | href="../common/expect.xml"
|
---|
| 34 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 35 |
|
---|
[e47ec16] | 36 | <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
|
---|
[b15e6404] | 37 | --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \
|
---|
[7a8cc24] | 38 | --libdir=/tools/lib64</userinput></screen>
|
---|
[3f8be484] | 39 |
|
---|
[6bb43b3] | 40 | <variablelist os="e">
|
---|
| 41 | <title>The meaning of the configure options:</title>
|
---|
| 42 |
|
---|
| 43 | <varlistentry os="e1">
|
---|
| 44 | <term><parameter>--with-tcl=/tools/lib64</parameter></term>
|
---|
| 45 | <listitem>
|
---|
| 46 | <para>This ensures that the configure script finds the Tcl
|
---|
[134ba96] | 47 | installation in the temporary tools location.</para>
|
---|
[6bb43b3] | 48 | </listitem>
|
---|
| 49 | </varlistentry>
|
---|
| 50 |
|
---|
| 51 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 52 | href="../common/expect.xml"
|
---|
| 53 | xpointer="xpointer(//*[@os='e2'])"/>
|
---|
| 54 |
|
---|
| 55 | </variablelist>
|
---|
[3f8be484] | 56 |
|
---|
| 57 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 58 | href="../common/expect.xml"
|
---|
| 59 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 60 |
|
---|
| 61 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 62 | href="../common/expect.xml"
|
---|
| 63 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 64 |
|
---|
| 65 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 66 | href="../common/expect.xml"
|
---|
| 67 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 68 |
|
---|
| 69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 70 | href="../common/expect.xml"
|
---|
| 71 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 72 |
|
---|
| 73 | </sect2>
|
---|
| 74 |
|
---|
| 75 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 76 | href="../common/expect.xml"
|
---|
| 77 | xpointer="xpointer(id('contents-expect'))"/>
|
---|
| 78 |
|
---|
| 79 | </sect1>
|
---|