Changeset 56a80bb in clfs-sysroot


Ignore:
Timestamp:
Jul 12, 2009, 8:27:37 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
40f9af6
Parents:
5e7d8bf
Message:

Clean up Libtool files left behind by PPL and CLooG-PPL.
Fix a compilation error with CLooG-PPL where it cant find libstdc++.so.

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/cloog-ppl.xml

    r5e7d8bf r56a80bb  
    3333    <para os="a">Prepare CLooG-PPL for compilation:</para>
    3434
    35 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     35<screen os="b"><userinput>LDFLAGS="-Wl,-rpath-link,${CLFS}/cross-tools/${CLFS_TARGET}/lib" \
     36    ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3637    --prefix=/usr --enable-shared \
    3738    --with-gmp --with-ppl</userinput></screen>
     
    4445
    4546<screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     47
     48    <para os="g">At this time, Libtool does not support searching a sysroot
     49    for libraries. Leaving the .la files in place will cause Libtool to look
     50    in the wrong place for libraries. These files are not required for
     51    linking on Linux. Remove them with the following command:</para>
     52
     53<screen os="h"><userinput>rm -v ${CLFS}/usr/lib/libcloog.la</userinput></screen>
    4654
    4755  </sect2>
  • BOOK/final-system/common/ppl.xml

    r5e7d8bf r56a80bb  
    4646
    4747<screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     48
     49    <para os="j">At this time, Libtool does not support searching a sysroot
     50    for libraries. Leaving the .la files in place will cause Libtool to look
     51    in the wrong place for libraries. These files are not required for
     52    linking on Linux. Remove them with the following command:</para>
     53
     54<screen os="k"><userinput>rm -v ${CLFS}/usr/lib/lib{ppl,ppl_c,pwl}.la</userinput></screen>
    4855
    4956  </sect2>
Note: See TracChangeset for help on using the changeset viewer.