%general-entities; ]> MPFR-&mpfr-version; MPFR cross tools Installation of MPFR Prepare MPFR for compilation: LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ ./configure --prefix=/cross-tools \ --disable-static --with-gmp=/cross-tools The meaning of the new configure options: LDFLAGS="-Wl,-rpath,/cross-tools/lib" This tells configure to search in /cross-tools for libraries. --with-gmp=/cross-tools This tells configure where to find GMP. Compile the package: make Install the package: make install <para>Details on this package are located in <xref linkend="contents-mpfr" role="."/></para> </sect2> </sect1>