Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

File:
1 edited

Legend:

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

    r111b12a r76b06f6  
    2323    <title>Installation of CLooG</title>
    2424
     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}
     28sed -e "/LD_LIBRARY_PATH=/d" \
     29    configure.orig &gt; configure</userinput></screen>
     30
    2531    <para os="a">Prepare CLooG for compilation:</para>
    2632
    2733<screen os="b"><userinput>./configure --prefix=/tools \
    2834    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    29     --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>
     35    --with-gmp-prefix=/tools</userinput></screen>
    3036
    3137    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.