Changeset ac3984c for BOOK/final-system/multilib
- Timestamp:
- Aug 6, 2006, 6:39:16 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:
- adf8e82
- Parents:
- 694e331
- Location:
- BOOK/final-system/multilib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/bzip2-n32.xml
r694e331 rac3984c 39 39 xpointer="xpointer(//*[@os='c'])"/> 40 40 41 <para os="c1">Recompile the package using a non-shared library .</para>41 <para os="c1">Recompile the package using a non-shared library:</para> 42 42 43 43 <screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" libbz2.a</userinput></screen> -
BOOK/final-system/multilib/glibc.xml
r694e331 rac3984c 91 91 <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis> 92 92 cross-compiling. Glibc takes the traditional view that if you are building 93 for a different host then you are cross-compiling, so you won "t be running94 the tests and therefore you don "t need the locale files. When we run93 for a different host then you are cross-compiling, so you won't be running 94 the tests and therefore you don't need the locale files. When we run 95 95 the tests, many will fail if the locale files are missing. The following 96 96 sed allows these tests to succeed:</para> -
BOOK/final-system/multilib/zlib-64bit.xml
r694e331 rac3984c 59 59 <para os="h">The previous command installed a <filename 60 60 class="extension">.so</filename> file in <filename 61 class="directory">/usr/lib64</filename>. We will remove itinto61 class="directory">/usr/lib64</filename>. We will move it into 62 62 <filename class="directory">/lib64</filename> and then relink it 63 63 to <filename class="directory">/usr/lib64</filename>:</para>
Note:
See TracChangeset
for help on using the changeset viewer.