%general-entities; ]> PPL-&ppl-version; 32 Bit Libraries PPL 32 Bit Installation of PPL CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILD32}" \ CXX="g++ -isystem /usr/include ${BUILD32}" \ LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \ ./configure --prefix=/usr --host=${CLFS_TARGET32} \ --enable-shared Prepare ppl-config to be wrapped by the multiarch wrapper: mv -v /usr/bin/ppl-config{,-32} One of the headers installed by PPL is architecture specific. Programs compiled as 32bit will require the header provided by the 32bit installation of PPL. The same applies for 64bit programs. Move the header so a wrapper can be put in its place later: mv -v /usr/include/ppl{,-32}.hh <para>Details on this package are located in <xref linkend="contents-ppl" role="."/></para> </sect2> </sect1>