source: BOOK/testsuite-tools/mips64/expect-64bit.xml @ 6fa2db2

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 6fa2db2 was a3b04fe, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Added a sed to fix the build of expect primarily on multilib builds because it was always including $prefix/lib. Now it includes $libdir.

  • Property mode set to 100644
File size: 3.0 KB
Line 
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
8<sect1 id="ch-testsuite-tools-expect" role="wrap">
9  <?dbhtml filename="expect64.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='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="../mips/expect.xml"
42    xpointer="xpointer(//*[@os='p1'])"/>
43
44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45    href="../mips/expect.xml"
46    xpointer="xpointer(//*[@os='p2'])"/>
47
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49    href="../common/expect.xml"
50    xpointer="xpointer(//*[@os='c'])"/>
51
52<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
53   --with-tcl=/tools/lib64 --with-tclinclude=/tools/include  \
54   --libdir=/tools/lib64</userinput></screen>
55
56    <variablelist os="e">
57      <title>The meaning of the configure options:</title>
58
59      <varlistentry os="e1">
60        <term><parameter>--with-tcl=/tools/lib64</parameter></term>
61        <listitem>
62          <para>This ensures that the configure script finds the Tcl
63          installation in the temporary tools location.</para>
64        </listitem>
65      </varlistentry>
66
67       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
68        href="../common/expect.xml"
69        xpointer="xpointer(//*[@os='e2'])"/>
70
71    </variablelist>
72
73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
74    href="../common/expect.xml"
75    xpointer="xpointer(//*[@os='f'])"/>
76
77    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
78    href="../common/expect.xml"
79    xpointer="xpointer(//*[@os='g'])"/>
80
81    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
82    href="../common/expect.xml"
83    xpointer="xpointer(//*[@os='i'])"/>
84
85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
86    href="../common/expect.xml"
87    xpointer="xpointer(//*[@os='j'])"/>
88
89  </sect2>
90
91  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
92  href="../common/expect.xml"
93  xpointer="xpointer(id('contents-expect'))"/>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.