Changeset 6267e8e


Ignore:
Timestamp:
10/08/2003 04:49:02 AM (21 years ago)
Author:
Greg Schafer <greg@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2723b39
Parents:
76b9eb4
Message:

Text adjustment.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/lockingglibc.xml

    r76b9eb4 r6267e8e  
    6060<blockquote><screen>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</screen></blockquote>
    6161
    62 <para>If you did not receive the output as shown above, then something is
    63 seriously wrong. This includes if the output of the command is blank!
    64 You will need to investigate and retrace your steps to find
    65 out where the problem is and correct it. There is no point in continuing
    66 until this is done. Most likely something went wrong with the specs file
    67 amendment above. Note especially that <filename>/tools/lib</filename> appears
    68 as the prefix of our dynamic linker. Of course, if you are working on a
     62<para>If you did not receive the output as shown above, or received no output at
     63all, then something is seriously wrong. You will need to investigate and retrace
     64your steps to find out where the problem is and correct it. There is no point in
     65continuing until this is done. Most likely something went wrong with the specs
     66file amendment above. Note especially that <filename>/tools/lib</filename>
     67appears as the prefix of our dynamic linker. Of course, if you are working on a
    6968platform where the name of the dynamic linker is something other than
    70 <filename>ld-linux.so.2</filename>, then the output will be slightly different.
    71 </para>
     69<filename>ld-linux.so.2</filename>, then the output will be slightly
     70different.</para>
    7271
    7372<para>Once you are satisfied that all is well, clean up the test files:</para>
  • chapter06/adjustingtoolchain.xml

    r76b9eb4 r6267e8e  
    7070<blockquote><screen>[Requesting program interpreter: /lib/ld-linux.so.2]</screen></blockquote>
    7171
    72 <para>If you did not receive the output as shown above, then something is
    73 seriously wrong. This includes the output of the above command being empty!
    74 You will need to investigate and retrace your steps to find
    75 out where the problem is and correct it. There is no point in continuing
    76 until this is done. Most likely something went wrong with the specs file
    77 amendment above. Note especially that <filename>/lib</filename> now appears as
    78 the prefix of our dynamic linker. Of course, if you are working on a platform
     72<para>If you did not receive the output as shown above, or received no output at
     73all, then something is seriously wrong. You will need to investigate and retrace
     74your steps to find out where the problem is and correct it. There is no point in
     75continuing until this is done. Most likely something went wrong with the specs
     76file amendment above. Note especially that <filename>/lib</filename> now appears
     77as the prefix of our dynamic linker. Of course, if you are working on a platform
    7978where the name of the dynamic linker is something other than
    8079<filename>ld-linux.so.2</filename>, then the output will be slightly
Note: See TracChangeset for help on using the changeset viewer.