Changeset 4279288


Ignore:
Timestamp:
Aug 26, 2006, 9:21:50 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ce3fd14
Parents:
6129110
Message:

Minor text updates in perl instructions

Location:
BOOK/final-system/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/perl-64bit.xml

    r6129110 r4279288  
    117117
    118118    <para os="n">Now we need to create a multilib wrapper that lets us choose
    119     which perl installation to use.</para>
     119    which perl installation to use:</para>
    120120
    121121<screen os="o"><userinput>cat &gt; perl_wrapper.c &lt;&lt; "EOF"
     
    158158
    159159    <para os="p">This multilib wrapper makes it possible to build perl
    160     extensions other then 64-bit. The PERL_ARCH enviornment variable controls
     160    extensions other then 64-bit. The PERL_ARCH environment variable controls
    161161    which perl binary to execute. Some packages that may attempt to build
    162162    against perl will run <command>perl -V:cc</command> to get the command
  • BOOK/final-system/multilib/perl.xml

    r6129110 r4279288  
    7474    xpointer="xpointer(//*[@os='k'])"/>
    7575
    76     <para os="l">Add a suffix to the perl binary which the multilib wrapper
    77     installed later will take advantage of.</para>
     76    <para os="l">Add a suffix to the <comand>perl</command> binary which will
     77    be used by the multilib wrapper installed later:</para>
    7878
    7979<screen os="m"><userinput>mv /usr/bin/perl{,-32}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.