Changeset 56a80bb in clfs-sysroot
- Timestamp:
- Jul 12, 2009, 8:27:37 AM (15 years ago)
- Branches:
- master
- Children:
- 40f9af6
- Parents:
- 5e7d8bf
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/cloog-ppl.xml
r5e7d8bf r56a80bb 33 33 <para os="a">Prepare CLooG-PPL for compilation:</para> 34 34 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} \ 36 37 --prefix=/usr --enable-shared \ 37 38 --with-gmp --with-ppl</userinput></screen> … … 44 45 45 46 <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> 46 54 47 55 </sect2> -
BOOK/final-system/common/ppl.xml
r5e7d8bf r56a80bb 46 46 47 47 <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> 48 55 49 56 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.