| 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 |   <!ENTITY % patches-entities SYSTEM "../../patches.ent">
 | 
|---|
| 6 |   %general-entities;
 | 
|---|
| 7 |   %patches-entities;
 | 
|---|
| 8 | ]>
 | 
|---|
| 9 | 
 | 
|---|
| 10 | <sect1 id="ch-temp-tools-perl-n32" role="wrap">
 | 
|---|
| 11 |   <?dbhtml filename="perl-n32.html"?>
 | 
|---|
| 12 | 
 | 
|---|
| 13 |   <title>Perl-&perl-version; N32</title>
 | 
|---|
| 14 | 
 | 
|---|
| 15 |   <indexterm zone="ch-temp-tools-perl-n32">
 | 
|---|
| 16 |     <primary sortas="a-Perl">Perl</primary>
 | 
|---|
| 17 |     <secondary>temporary tools, N32</secondary>
 | 
|---|
| 18 |   </indexterm>
 | 
|---|
| 19 | 
 | 
|---|
| 20 |   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 21 |   href="../../final-system/common/perl.xml"
 | 
|---|
| 22 |   xpointer="xpointer(//*[@role='package'])"/>
 | 
|---|
| 23 | 
 | 
|---|
| 24 |   <sect2 role="installation">
 | 
|---|
| 25 |     <title>Installation of Perl</title>
 | 
|---|
| 26 | 
 | 
|---|
| 27 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 28 |     href="../common/perl.xml"
 | 
|---|
| 29 |     xpointer="xpointer(//*[@os='aa'])"/>
 | 
|---|
| 30 | 
 | 
|---|
| 31 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 32 |     href="../common/perl.xml"
 | 
|---|
| 33 |     xpointer="xpointer(//*[@os='ab'])"/>
 | 
|---|
| 34 | 
 | 
|---|
| 35 |     <para>Make sure Perl looks at <filename
 | 
|---|
| 36 |     class="directory">/tools/lib32</filename> for shared libraries:</para>
 | 
|---|
| 37 | 
 | 
|---|
| 38 | <screen><userinput>sed -i 's@\${prefix}/lib@\${prefix}/lib32@g' hints/linux.sh</userinput></screen>
 | 
|---|
| 39 | 
 | 
|---|
| 40 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 41 |     href="../common/perl.xml"
 | 
|---|
| 42 |     xpointer="xpointer(//*[@os='ac'])"/>
 | 
|---|
| 43 | 
 | 
|---|
| 44 | <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' \
 | 
|---|
| 45 |    -Dcc="gcc ${BUILDN32}"</userinput></screen>
 | 
|---|
| 46 | 
 | 
|---|
| 47 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 48 |     href="../common/perl.xml"
 | 
|---|
| 49 |     xpointer="xpointer(//*[@os='ae'])"/>
 | 
|---|
| 50 | 
 | 
|---|
| 51 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 52 |     href="../common/perl.xml"
 | 
|---|
| 53 |     xpointer="xpointer(//*[@os='af'])"/>
 | 
|---|
| 54 | 
 | 
|---|
| 55 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 56 |     href="../common/perl.xml"
 | 
|---|
| 57 |     xpointer="xpointer(//*[@os='ag'])"/>
 | 
|---|
| 58 | 
 | 
|---|
| 59 |     <para>Install the libraries:</para>
 | 
|---|
| 60 | 
 | 
|---|
| 61 | <screen><userinput>install -d /tools/lib32/perl5/&perl-version;
 | 
|---|
| 62 | cp -R lib/* /tools/lib32/perl5/&perl-version;</userinput></screen>
 | 
|---|
| 63 | 
 | 
|---|
| 64 |   </sect2>
 | 
|---|
| 65 | 
 | 
|---|
| 66 |   <sect2 role="content">
 | 
|---|
| 67 |     <title/>
 | 
|---|
| 68 | 
 | 
|---|
| 69 |     <para>Details on this package are located in <xref
 | 
|---|
| 70 |     linkend="contents-perl" role="."/></para>
 | 
|---|
| 71 | 
 | 
|---|
| 72 |   </sect2>
 | 
|---|
| 73 | 
 | 
|---|
| 74 | </sect1>
 | 
|---|