Changeset dd1c2e2


Ignore:
Timestamp:
Aug 6, 2006, 6:39:16 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
872fbf8
Parents:
33d3cc0
Message:

Text updates

Location:
final-system
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/bzip2.xml

    r33d3cc0 rdd1c2e2  
    5757    Bzip2 utilities against it.</para>
    5858
    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>
    6060
    6161<screen os="e"><userinput>make</userinput></screen>
  • final-system/multilib/bzip2-n32.xml

    r33d3cc0 rdd1c2e2  
    3939    xpointer="xpointer(//*[@os='c'])"/>
    4040
    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>
    4242
    4343<screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" libbz2.a</userinput></screen>
  • final-system/multilib/glibc.xml

    r33d3cc0 rdd1c2e2  
    9191    <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis>
    9292    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&quot;t be running
    94     the tests and therefore you don&quot;t need the locale files. When we run
     93    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
    9595    the tests, many will fail if the locale files are missing. The following
    9696    sed allows these tests to succeed:</para>
  • final-system/multilib/zlib-64bit.xml

    r33d3cc0 rdd1c2e2  
    5959    <para os="h">The previous command installed a <filename
    6060    class="extension">.so</filename> file in <filename
    61     class="directory">/usr/lib64</filename>. We will remove itinto
     61    class="directory">/usr/lib64</filename>. We will move it into
    6262    <filename class="directory">/lib64</filename> and then relink it
    6363    to <filename class="directory">/usr/lib64</filename>:</para>
  • final-system/x86_64-64/binutils.xml

    r33d3cc0 rdd1c2e2  
    8484
    8585      <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>
    8787
    8888<screen><userinput>ln -sv /lib /lib64</userinput></screen>
     
    9696    xpointer="xpointer(//*[@os='q'])"/>
    9797
    98         <para>Now remove the unwanted symlink.</para>
     98        <para>Now remove the temporary symlink:</para>
    9999
    100100<screen><userinput>rm -v /lib64</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.