%general-entities; ]> CLooG-&cloog-version; CLooG temporary system Installation of CLooG Prepare CLooG for compilation: ./configure --prefix=/tools \ --build=${CLFS_HOST} --host=${CLFS_TARGET} \ --with-isl=system The meaning of the new configure option: --with-isl=system This ensures that CLooG will use the version of Isl that was just installed into /tools, rather than the copy in its own source tree. cp -v Makefile{,.orig} sed '/cmake/d' Makefile.orig > Makefile Compile the package: make Install the package: make install <para>Details on this package are located in <xref linkend="contents-cloog" role="."/></para> </sect2> </sect1>