source: BOOK/testsuite-tools/multilib/expect.xml@ f6f0d18

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since f6f0d18 was fe3e01c1, checked in by Chris Staub <chris@…>, 16 years ago

Add missing command explanation to multilib and mips64 expect

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-testsuite-tools-expect" role="wrap">
9 <?dbhtml filename="expect.html"?>
10
11 <title>Expect-&expect-version;</title>
12
13 <indexterm zone="ch-testsuite-tools-expect">
14 <primary sortas="a-Expect">Expect</primary>
15 </indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../common/expect.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
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='s1'])"/>
27
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29 href="../common/expect.xml"
30 xpointer="xpointer(//*[@os='s2'])"/>
31
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
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
68<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
69 --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \
70 --libdir=/tools/lib64</userinput></screen>
71
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
79 installation in the temporary tools location.</para>
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>
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
105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
106 href="../common/expect.xml"
107 xpointer="xpointer(//*[@os='k'])"/>
108
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>
Note: See TracBrowser for help on using the repository browser.