Changeset 76b06f6 for BOOK/temp-system/common/cloog.xml
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (11 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/cloog.xml
r111b12a r76b06f6 23 23 <title>Installation of CLooG</title> 24 24 25 <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para> 26 27 <screen os="s2"><userinput>cp -v configure{,.orig} 28 sed -e "/LD_LIBRARY_PATH=/d" \ 29 configure.orig > configure</userinput></screen> 30 25 31 <para os="a">Prepare CLooG for compilation:</para> 26 32 27 33 <screen os="b"><userinput>./configure --prefix=/tools \ 28 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>35 --with-gmp-prefix=/tools</userinput></screen> 30 36 31 37 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.