%general-entities; ]> PPL-&ppl-version; PPL cross-tools Installation of PPL Prepare PPL for compilation: CPPFLAGS="-I/cross-tools/include" \ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ ./configure --prefix=/cross-tools --enable-shared --disable-static \ --enable-interfaces="c,cxx" --disable-optimization \ --with-gmp=/cross-tools The meaning of the new configure option: --enable-interfaces="c,cxx" Tells configure to enable support for both C and C++. 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>