source: BOOK/testsuite-tools/mips64/expect.xml@ 45e1d1e

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 45e1d1e was 1da2a84, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Checked and Updated Download Locations.
Updated Tree to 1.5.2.1.
Updated Util-Linux-NG to 2.14.1.
Updated TCL to 8.5.4.
Updated E2fsprogs to 1.41.1.
Updated M4 to 1.4.11.
Updated Kbd to 1.14.
Updated Bzip2 to 1.0.5.
Updated Autoconf to 2.63.
Updated Findutils to 4.4.0.
Updated Man-Pages to 3.09.
Updated Man to 1.6f.
Updated Shadow to 4.1.2.1.
Updated IPRoute2 to 2.6.26.
Updated Libtool to 2.2.6a.
Updated Module-Init-Tools to 3.4.1.
Updated Texinfo to 4.12.
Updated Vim to 7.2.
Updated MPFR to 2.3.2.
Updated Udev to 128.
Updated Linux to 2.6.26.5.
Applied fixes to Expect to make it compatible with TCL 8.5.
Add -Duseshrplib to the perl configure command. This causes perl to build a shared libperl.
Formatting fixes on multiple pages.
Use a Common inittab across all architectures.
Updated Bootscripts to 1.2-pre1.

  • Property mode set to 100644
File size: 3.7 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="../mips/expect.xml"
66 xpointer="xpointer(//*[@os='p1'])"/>
67
68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
69 href="../mips/expect.xml"
70 xpointer="xpointer(//*[@os='p2'])"/>
71
72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73 href="../common/expect.xml"
74 xpointer="xpointer(//*[@os='c'])"/>
75
76<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
77 --with-tcl=/tools/lib64 --with-tclinclude=/tools/include \
78 --libdir=/tools/lib64</userinput></screen>
79
80 <variablelist os="e">
81 <title>The meaning of the configure options:</title>
82
83 <varlistentry os="e1">
84 <term><parameter>--with-tcl=/tools/lib64</parameter></term>
85 <listitem>
86 <para>This ensures that the configure script finds the Tcl
87 installation in the temporary tools location.</para>
88 </listitem>
89 </varlistentry>
90
91 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
92 href="../common/expect.xml"
93 xpointer="xpointer(//*[@os='e2'])"/>
94
95 </variablelist>
96
97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
98 href="../common/expect.xml"
99 xpointer="xpointer(//*[@os='f'])"/>
100
101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
102 href="../common/expect.xml"
103 xpointer="xpointer(//*[@os='g'])"/>
104
105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
106 href="../common/expect.xml"
107 xpointer="xpointer(//*[@os='i'])"/>
108
109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
110 href="../common/expect.xml"
111 xpointer="xpointer(//*[@os='j'])"/>
112
113 </sect2>
114
115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
116 href="../common/expect.xml"
117 xpointer="xpointer(id('contents-expect'))"/>
118
119</sect1>
Note: See TracBrowser for help on using the repository browser.