Ignore:
Timestamp:
07/24/2007 09:15:16 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
71eb6ac
Parents:
2b75709a
Message:

Bring the x86_64 build to working order.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readjusting.xml

    r2b75709a rdde6e423  
    4747
    4848<screen><userinput>gcc -dumpspecs | sed \
    49     -e 's@/tools/lib/ld-linux-x86-64.so.2@/lib/ld-linux-x86-64.so.2@g' \
     49    -e 's@/tools/lib64/ld-linux-x86-64.so.2@/lib64/ld-linux-x86-64.so.2@g' \
    5050    -e '/\*startfile_prefix_spec:/{n;s@.*@/usr/lib/ @}' \
    5151    -e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' &gt; \
     
    106106  <para os="l">Next make sure that we're using the correct libc:</para>
    107107
    108 <screen os="m"><userinput>grep "/lib/libc.so.6 " dummy.log</userinput></screen>
     108<screen os="m"><userinput>grep "/lib64/libc.so.6 " dummy.log</userinput></screen>
    109109
    110110  <para os="n">If everything is working correctly, there should be no errors,
    111111  and the output of the last command will be:</para>
    112112
    113 <screen os="o"><computeroutput>attempt to open /lib/libc.so.6 succeeded</computeroutput></screen>
     113<screen os="o"><computeroutput>attempt to open /lib64/libc.so.6 succeeded</computeroutput></screen>
    114114
    115115  <para os="p">Lastly, make sure GCC is using the correct dynamic linker:</para>
Note: See TracChangeset for help on using the changeset viewer.