source: temp-tools/multilib/perl.xml @ e7732d7

Last change on this file since e7732d7 was e7732d7, checked in by Jim Gifford <clfs@…>, 18 years ago

r783@server (orig r781): jim | 2005-11-30 22:29:11 -0800

r840@server: jim | 2005-11-30 22:28:43 -0800
Text updates to temp-tools


  • 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-temp-tools-perl" role="wrap">
9  <?dbhtml filename="perl.html"?>
10
11  <title>Perl-&perl-version;</title>
12
13  <indexterm zone="ch-temp-tools-perl">
14    <primary sortas="a-Perl">Perl</primary>
15    <secondary>temporary tools, 32 Bit</secondary>
16  </indexterm>
17
18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19  href="../../final-system/common/perl.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of Perl</title>
24
25    <para os="m1">We need a working Perl to build glibc and test coreutils, it
26    doesn't matter whether this is a 32-bit or a 64-bit program. But, the perl
27    configure process knows nothing about multilib and assumes it will be installed
28    in a 'lib' directory.  Using the same patch as for non-multilib systems we can
29    easily install into <filename class="directory">/tools/lib</filename>.</para>
30
31    <para os="m2">Installing successfully into a different directory such as
32    <filename class="directory">/tools/lib64</filename> would require more effort
33   (compare how we install Perl in the final system) for no real gain. On this
34   multilib system, <filename class="directory">/tools/lib</filename> is where we
35   install 32-bit libraries, so for consistency we will build a 32-bit Perl here.
36   </para> 
37
38    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
39    href="../common/perl.xml"
40    xpointer="xpointer(//*[@os='a'])"/>
41
42    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43    href="../common/perl.xml"
44    xpointer="xpointer(//*[@os='b'])"/>
45
46    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47    href="../common/perl.xml"
48    xpointer="xpointer(//*[@os='c'])"/>
49
50<screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' \
51   -Dcc="gcc ${BUILD32}"</userinput></screen>
52
53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54    href="../common/perl.xml"
55    xpointer="xpointer(//*[@os='e'])"/>
56
57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58    href="../common/perl.xml"
59    xpointer="xpointer(//*[@os='f'])"/>
60
61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62    href="../common/perl.xml"
63    xpointer="xpointer(//*[@os='g'])"/>
64
65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
66    href="../common/perl.xml"
67    xpointer="xpointer(//*[@os='h'])"/>
68
69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
70    href="../common/perl.xml"
71    xpointer="xpointer(//*[@os='i'])"/>
72
73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
74    href="../common/perl.xml"
75    xpointer="xpointer(//*[@os='j'])"/>
76
77  </sect2>
78
79  <sect2 role="content">
80    <title/>
81
82    <para>Details on this package are located in <xref
83    linkend="contents-perl" role="."/></para>
84
85  </sect2>
86
87</sect1>
Note: See TracBrowser for help on using the repository browser.