Ignore:
Timestamp:
09/29/2015 09:37:03 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
7.8-systemd
Parents:
f77b95f
Message:

LFS-systemd-7.8

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.8-systemd@10957 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rf77b95f r9c13f79  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
     45
     46    <para>First, fix a build problem that affects i386 systems:</para>
     47
     48<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
    4549
    4650    <para>The Glibc documentation recommends building Glibc outside of the source
     
    188192    expected. To perform a sanity check, run the following commands:</para>
    189193
    190 <screen><userinput>echo 'main(){}' &gt; dummy.c
     194<screen><userinput>echo 'int main(){}' &gt; dummy.c
    191195$LFS_TGT-gcc dummy.c
    192196readelf -l a.out | grep ': /tools'</userinput></screen>
     
    197201<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen>
    198202
    199     <para>Note that <filename class="directory">/tools/lib</filename>, or
    200     <filename class="directory">/tools/lib64</filename> for 64-bit machines
    201     appears as the prefix of the dynamic linker.</para>
     203    <para>Note that for 64-bit machines, the interpreter name will be
     204    <filename>/tools/lib64/ld-linux-x86-64.so.2</filename>.</para>
    202205
    203206    <para>If the output is not shown as above or there was no output at all,
Note: See TracChangeset for help on using the changeset viewer.