Changeset dd1c2e2 for final-system
- Timestamp:
- Aug 6, 2006, 6:39:16 AM (18 years ago)
- Children:
- 872fbf8
- Parents:
- 33d3cc0
- Location:
- final-system
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/bzip2.xml
r33d3cc0 rdd1c2e2 57 57 Bzip2 utilities against it.</para> 58 58 59 <para os="d">Recompile the package using a non-shared library and test it .</para>59 <para os="d">Recompile the package using a non-shared library and test it:</para> 60 60 61 61 <screen os="e"><userinput>make</userinput></screen> -
final-system/multilib/bzip2-n32.xml
r33d3cc0 rdd1c2e2 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> -
final-system/multilib/glibc.xml
r33d3cc0 rdd1c2e2 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> -
final-system/multilib/zlib-64bit.xml
r33d3cc0 rdd1c2e2 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> -
final-system/x86_64-64/binutils.xml
r33d3cc0 rdd1c2e2 84 84 85 85 <para>The ld test suite accesses <filename>/lib64/ld-linux-x86-64.so</filename> 86 in some of the tests. The following symbolic link will allow this .</para>86 in some of the tests. The following symbolic link will allow this:</para> 87 87 88 88 <screen><userinput>ln -sv /lib /lib64</userinput></screen> … … 96 96 xpointer="xpointer(//*[@os='q'])"/> 97 97 98 <para>Now remove the unwanted symlink.</para>98 <para>Now remove the temporary symlink:</para> 99 99 100 100 <screen><userinput>rm -v /lib64</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.