Changeset c4534a5 for BOOK/final-system/multilib
- Timestamp:
- Jul 6, 2008, 6:34:14 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cade792
- Parents:
- a641baa
- Location:
- BOOK/final-system/multilib
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/module-init-tools.xml
ra641baa rc4534a5 34 34 xpointer="xpointer(//*[@os='c'])"/> 35 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/module-init-tools.xml" 38 xpointer="xpointer(//*[@os='cc'])"/> 39 36 40 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure && 37 41 make check && 38 make clean &&</userinput></screen>42 make clean</userinput></screen> 39 43 40 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/perl-64bit.xml
ra641baa rc4534a5 136 136 build the 32bit perl. The multiarch_wrapper will help later with building 137 137 perl extensions and bindings. Without the multiarch_wrapper it is very hard 138 to setup a 32bit extens tion or binding.</para>138 to setup a 32bit extension or binding.</para> 139 139 140 140 </sect2> -
BOOK/final-system/multilib/perl.xml
ra641baa rc4534a5 95 95 96 96 <para os="l">Add a suffix to the <command>perl</command> binary which will 97 be used by the multilib wrapper installed later:</para>97 be used by the multilib wrapper:</para> 98 98 99 99 <screen os="m"><userinput>mv /usr/bin/perl{,-32} -
BOOK/final-system/multilib/zlib-64bit.xml
ra641baa rc4534a5 57 57 xpointer="xpointer(//*[@os='g'])"/> 58 58 59 <para os="h">The previous command installed a<filename60 class="extension">.so</filename> file in<filename59 <para os="h">The previous command installed two <filename 60 class="extension">.so</filename> files into <filename 61 61 class="directory">/usr/lib64</filename>. We will move it into 62 62 <filename class="directory">/lib64</filename> and then relink it -
BOOK/final-system/multilib/zlib-n32.xml
ra641baa rc4534a5 58 58 xpointer="xpointer(//*[@os='g'])"/> 59 59 60 <para os="h">The previous command installed a<filename61 class="extension">.so</filename> file in<filename60 <para os="h">The previous command installed two <filename 61 class="extension">.so</filename> files into <filename 62 62 class="directory">/usr/lib32</filename>. We will remove itinto 63 63 <filename class="directory">/lib32</filename> and then relink it
Note:
See TracChangeset
for help on using the changeset viewer.