Changeset 56a80bb in clfs-sysroot for BOOK/final-system/common/ppl.xml


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.