Changeset 6e41459 for chapter05/perl.xml


Ignore:
Timestamp:
08/08/2004 02:10:39 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
ef13657
Parents:
78349b7
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/perl.xml

    r78349b7 r6e41459  
    2828<title>Installation of Perl</title>
    2929
    30 <para>First adapt some hard-wired paths to the C library:</para>
     30<para>First adapt some hard-wired paths to the C library by applying
     31the following patch:</para>
    3132
    3233<screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc-1.patch</userinput></screen>
    3334
    3435<para>Now prepare Perl for compilation (make sure you get the 'IO Fcntl POSIX'
    35 right, they are all letters):</para>
     36part of the command correct -- they are all letters):</para>
    3637
    3738<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX'</userinput></screen>
     
    4243<varlistentry>
    4344<term><parameter>-Dstatic_ext='IO Fcntl POSIX'</parameter></term>
    44 <listitem><para>This tells
    45 Perl to build the minimum set of static extensions needed for installing and
    46 testing the Coreutils package in the next chapter.</para></listitem>
     45<listitem><para>This tells Perl to build the minimum set of static
     46extensions needed for installing and testing the Coreutils package in
     47the next chapter.</para></listitem>
    4748</varlistentry>
    4849</variablelist>
     
    6566
    6667</sect1>
     68
Note: See TracChangeset for help on using the changeset viewer.