Changeset 76cf100 for BOOK/final-system/common/temp-perl.xml
- Timestamp:
- Feb 21, 2006, 2:13:14 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:
- 0b46e1e
- Parents:
- 8f580be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/temp-perl.xml
r8f580be r76cf100 28 28 <screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> 29 29 30 <screen os="c"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen> 30 <para os="c">Prepare Perl for compilation (make sure to get the 'Data/Dumper 31 Fcntl IO POSIX' part of the command correct—they are all 32 letters):</para> 31 33 32 <variablelist os="d"> 34 <screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen> 35 36 <variablelist os="e"> 33 37 <title>The meaning of the configure option:</title> 34 38 … … 38 42 <para>This tells Perl to build the minimum set of static 39 43 extensions needed for installing and testing the Coreutils 40 package in the nextchapter.</para>44 package later in this chapter.</para> 41 45 </listitem> 42 46 </varlistentry> … … 44 48 </variablelist> 45 49 46 <para os=" e">Now we are ready to make our perl utilities:</para>50 <para os="f">Now we are ready to make our perl utilities:</para> 47 51 48 <screen os=" f"><userinput>make perl utilities</userinput></screen>52 <screen os="g"><userinput>make perl utilities</userinput></screen> 49 53 50 <para os=" g">Install these tools and their libraries:</para>54 <para os="h">Install these tools and their libraries:</para> 51 55 52 <screen os=" h"><userinput>cp perl pod/pod2man /tools/bin56 <screen os="i"><userinput>cp perl pod/pod2man /tools/bin 53 57 install -d /tools/lib/perl5/&perl-version; 54 58 cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.