Changeset 4279288
- Timestamp:
- Aug 26, 2006, 9:21:50 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ce3fd14
- Parents:
- 6129110
- Location:
- BOOK/final-system/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/perl-64bit.xml
r6129110 r4279288 117 117 118 118 <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> 120 120 121 121 <screen os="o"><userinput>cat > perl_wrapper.c << "EOF" … … 158 158 159 159 <para os="p">This multilib wrapper makes it possible to build perl 160 extensions other then 64-bit. The PERL_ARCH envi ornment variable controls160 extensions other then 64-bit. The PERL_ARCH environment variable controls 161 161 which perl binary to execute. Some packages that may attempt to build 162 162 against perl will run <command>perl -V:cc</command> to get the command -
BOOK/final-system/multilib/perl.xml
r6129110 r4279288 74 74 xpointer="xpointer(//*[@os='k'])"/> 75 75 76 <para os="l">Add a suffix to the perl binary which the multilib wrapper77 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> 78 78 79 79 <screen os="m"><userinput>mv /usr/bin/perl{,-32}</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.