[bf8c11f] | 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 |
|
---|
[5be6331] | 8 | <sect1 id="ch-temp-system-perl" role="wrap">
|
---|
[61fd9eb] | 9 | <?dbhtml filename="perl.html"?>
|
---|
[bf8c11f] | 10 |
|
---|
[61fd9eb] | 11 | <title>Perl-&perl-version;</title>
|
---|
[bf8c11f] | 12 |
|
---|
[5be6331] | 13 | <indexterm zone="ch-temp-system-perl">
|
---|
[bf8c11f] | 14 | <primary sortas="a-Perl">Perl</primary>
|
---|
| 15 | <secondary>temporary tools</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[9a83e07] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../../final-system/common/perl.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[bf8c11f] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of Perl</title>
|
---|
| 24 |
|
---|
| 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 26 | href="../common/perl.xml"
|
---|
[e7732d7] | 27 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
[bf8c11f] | 28 |
|
---|
| 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 30 | href="../common/perl.xml"
|
---|
[e7732d7] | 31 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
[bf8c11f] | 32 |
|
---|
| 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 34 | href="../common/perl.xml"
|
---|
[e7732d7] | 35 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
[bf8c11f] | 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="../common/perl.xml"
|
---|
[5be6331] | 39 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
[bf8c11f] | 40 |
|
---|
| 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 42 | href="../common/perl.xml"
|
---|
[5be6331] | 43 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 44 |
|
---|
| 45 | <screen os="e"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX'</userinput></screen>
|
---|
[bf8c11f] | 46 |
|
---|
| 47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 48 | href="../common/perl.xml"
|
---|
[e7732d7] | 49 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
[bf8c11f] | 50 |
|
---|
| 51 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 52 | href="../common/perl.xml"
|
---|
[e7732d7] | 53 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
[bf8c11f] | 54 |
|
---|
| 55 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 56 | href="../common/perl.xml"
|
---|
[e7732d7] | 57 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
[bf8c11f] | 58 |
|
---|
| 59 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 60 | href="../common/perl.xml"
|
---|
[e7732d7] | 61 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
[bf8c11f] | 62 |
|
---|
[5be6331] | 63 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 64 | href="../common/perl.xml"
|
---|
| 65 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
| 66 |
|
---|
| 67 | <screen os="m"><userinput>cp config.sh{,.orig}
|
---|
| 68 | sed -e "s@\(^ar=\).*@\1'${AR}'@g" config.sh.orig > config.sh
|
---|
| 69 | cp config.sh{,.orig}
|
---|
| 70 | sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh
|
---|
| 71 | cp config.sh{,.orig}
|
---|
| 72 | sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh
|
---|
| 73 | cp config.sh{,.orig}
|
---|
| 74 | sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh</userinput></screen>
|
---|
| 75 |
|
---|
| 76 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 77 | href="../common/perl.xml"
|
---|
| 78 | xpointer="xpointer(//*[@os='n'])"/>
|
---|
| 79 |
|
---|
| 80 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 81 | href="../common/perl.xml"
|
---|
| 82 | xpointer="xpointer(//*[@os='o'])"/>
|
---|
| 83 |
|
---|
| 84 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 85 | href="../common/perl.xml"
|
---|
| 86 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
| 87 |
|
---|
| 88 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 89 | href="../common/perl.xml"
|
---|
| 90 | xpointer="xpointer(//*[@os='q'])"/>
|
---|
| 91 |
|
---|
[bf8c11f] | 92 | </sect2>
|
---|
| 93 |
|
---|
| 94 | <sect2 role="content">
|
---|
| 95 | <title/>
|
---|
| 96 |
|
---|
| 97 | <para>Details on this package are located in <xref
|
---|
| 98 | linkend="contents-perl" role="."/></para>
|
---|
| 99 |
|
---|
| 100 | </sect2>
|
---|
| 101 |
|
---|
| 102 | </sect1>
|
---|