Changeset aa3ee8b for BOOK/temp-tools/common/perl.xml
- Timestamp:
- Feb 21, 2006, 1:25:05 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 06a21d1
- Parents:
- 69caf2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-tools/common/perl.xml
r69caf2f raa3ee8b 23 23 <title>Installation of Perl</title> 24 24 25 <para os="a a">First adapt some hard-wired paths to the C library by applying25 <para os="a">First adapt some hard-wired paths to the C library by applying 26 26 the following patch:</para> 27 27 28 <screen os=" ab"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>28 <screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> 29 29 30 <para os=" ac">Prepare Perl for compilation (make sure to get the 'Data/Dumper30 <para os="c">Prepare Perl for compilation (make sure to get the 'Data/Dumper 31 31 IO Fcntl POSIX' part of the command correct—they are all letters):</para> 32 32 33 <screen ><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX'</userinput></screen>33 <screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX'</userinput></screen> 34 34 35 <variablelist os=" ad">35 <variablelist os="e"> 36 36 <title>The meaning of the configure option:</title> 37 37 … … 47 47 </variablelist> 48 48 49 <para os=" ae">Only a few of the utilities contained in this package need to be49 <para os="f">Only a few of the utilities contained in this package need to be 50 50 built:</para> 51 51 52 <screen os=" af"><userinput>make perl utilities</userinput></screen>52 <screen os="g"><userinput>make perl utilities</userinput></screen> 53 53 54 <para os=" ag">Although Perl comes with a test suite, it is not recommended to54 <para os="h">Although Perl comes with a test suite, it is not recommended to 55 55 run it at this point. Only part of Perl was built and running 56 56 <userinput>make test</userinput> now will cause the rest of Perl to be … … 58 58 be run in the next chapter if desired.</para> 59 59 60 <para os=" ah">Install these tools and their libraries:</para>60 <para os="i">Install these tools and their libraries:</para> 61 61 62 <screen os=" ai"><userinput>cp perl pod/pod2man /tools/bin62 <screen os="j"><userinput>cp perl pod/pod2man /tools/bin 63 63 install -d /tools/lib/perl5/&perl-version; 64 64 cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.