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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 6c0886e was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[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
[3f8be484]32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33 href="../common/expect.xml"
34 xpointer="xpointer(//*[@os='a'])"/>
35
36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37 href="../common/expect.xml"
38 xpointer="xpointer(//*[@os='b'])"/>
39
40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
41 href="../common/expect.xml"
42 xpointer="xpointer(//*[@os='c'])"/>
43
[e47ec16]44<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
[b15e6404]45 --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \
[7a8cc24]46 --libdir=/tools/lib64</userinput></screen>
[3f8be484]47
[6bb43b3]48 <variablelist os="e">
49 <title>The meaning of the configure options:</title>
50
51 <varlistentry os="e1">
52 <term><parameter>--with-tcl=/tools/lib64</parameter></term>
53 <listitem>
54 <para>This ensures that the configure script finds the Tcl
[134ba96]55 installation in the temporary tools location.</para>
[6bb43b3]56 </listitem>
57 </varlistentry>
58
59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
60 href="../common/expect.xml"
61 xpointer="xpointer(//*[@os='e2'])"/>
62
63 </variablelist>
[3f8be484]64
65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
66 href="../common/expect.xml"
67 xpointer="xpointer(//*[@os='f'])"/>
68
69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
70 href="../common/expect.xml"
71 xpointer="xpointer(//*[@os='g'])"/>
72
73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
74 href="../common/expect.xml"
75 xpointer="xpointer(//*[@os='i'])"/>
76
77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
78 href="../common/expect.xml"
79 xpointer="xpointer(//*[@os='j'])"/>
80
81 </sect2>
82
83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84 href="../common/expect.xml"
85 xpointer="xpointer(id('contents-expect'))"/>
86
87</sect1>
Note: See TracBrowser for help on using the repository browser.