| [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 |  | 
|---|
| [73fdcb6] | 63 | <screen os="k"><userinput>cp config.sh{,.orig} | 
|---|
| [b6f7e53] | 64 | sed -e "s@\(^ar=\).*@\1'${AR}'@g" \ | 
|---|
|  | 65 | -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" \ | 
|---|
|  | 66 | -e "s@\(^cc=\).*@\1'${CC} ${BUILD64}'@g" \ | 
|---|
|  | 67 | -e "s@\(^ld=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh</userinput></screen> | 
|---|
| [5be6331] | 68 |  | 
|---|
|  | 69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 70 | href="../common/perl.xml" | 
|---|
| [73fdcb6] | 71 | xpointer="xpointer(//*[@os='l'])"/> | 
|---|
|  | 72 |  | 
|---|
|  | 73 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 74 | href="../common/perl.xml" | 
|---|
|  | 75 | xpointer="xpointer(//*[@os='m'])"/> | 
|---|
| [5be6331] | 76 |  | 
|---|
|  | 77 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 78 | href="../common/perl.xml" | 
|---|
|  | 79 | xpointer="xpointer(//*[@os='o'])"/> | 
|---|
|  | 80 |  | 
|---|
|  | 81 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 82 | href="../common/perl.xml" | 
|---|
|  | 83 | xpointer="xpointer(//*[@os='p'])"/> | 
|---|
|  | 84 |  | 
|---|
|  | 85 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 86 | href="../common/perl.xml" | 
|---|
| [73fdcb6] | 87 | xpointer="xpointer(//*[@os='r'])"/> | 
|---|
|  | 88 |  | 
|---|
|  | 89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 90 | href="../common/perl.xml" | 
|---|
|  | 91 | xpointer="xpointer(//*[@os='s'])"/> | 
|---|
| [5be6331] | 92 |  | 
|---|
| [bf8c11f] | 93 | </sect2> | 
|---|
|  | 94 |  | 
|---|
|  | 95 | <sect2 role="content"> | 
|---|
|  | 96 | <title/> | 
|---|
|  | 97 |  | 
|---|
|  | 98 | <para>Details on this package are located in <xref | 
|---|
|  | 99 | linkend="contents-perl" role="."/></para> | 
|---|
|  | 100 |  | 
|---|
|  | 101 | </sect2> | 
|---|
|  | 102 |  | 
|---|
|  | 103 | </sect1> | 
|---|