%general-entities; ]> PPL-&ppl-version; PPL temporary system Installation of PPL Prepare PPL for compilation: ./configure --prefix=/tools \ --build=${CLFS_HOST} --host=${CLFS_TARGET} \ --enable-interfaces="c,cxx" --enable-shared --disable-optimization \ --with-gmp=/tools When PPL is cross-compiled, it does not check whether GMP was compiled with support for exceptions, and simply assumes it was not. This assumption is incorrect, so we will fix that: echo '#define PPL_GMP_SUPPORTS_EXCEPTIONS 1' >> confdefs.h Compile the package: make Install the package: make install <para>Details on this package are located in <xref linkend="contents-ppl" role="."/></para> </sect2> </sect1>