%general-entities; ]> MPFR-&mpfr-version; MPFR <para>The MPFR library is a C library for multiple-precision floating-point computations with correct rounding.</para> </sect2> <sect2 role="installation"> <title>Installation of MPFR Apply a patch with upstream fixes: patch -Np1 -i ../&mpfr-fixes-patch; Prepare MPFR for compilation: CC="gcc -isystem /usr/include" \ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ ./configure \ --prefix=/usr \ --with-gmp=/usr \ --docdir=/usr/share/doc/mpfr-&mpfr-version; Compile the package: make Test the results: make check Install the package: make install make install-html Contents of MPFR Installed libraries Installed directory libmpfr.[a,so] /usr/share/doc/mpfr-&mpfr-version; Short Descriptions libmpfr The Multiple Precision Floating-Point Reliable Library. libmpfr