Difference between revisions of "MPFR"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
(Updated instructions for MPFR 2.2.1) |
||
Line 18: | Line 18: | ||
== Non-Multilib == | == Non-Multilib == | ||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 35: | Line 31: | ||
=== 32Bit === | === 32Bit === | ||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 51: | Line 43: | ||
=== N32 === | === N32 === | ||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 67: | Line 55: | ||
=== 64Bit === | === 64Bit === | ||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 105: | Line 89: | ||
== Contents == | == Contents == | ||
− | * Installed Libraries: libmpfr.{la,a} | + | * Installed Libraries: libmpfr.{la,a,so,so.1,so.1.0.1} |
Revision as of 15:25, 25 February 2007
Download Source: | http://www.mpfr.org/mpfr-2.4.1/mpfr-2.4.1.tar.bz2 |
---|---|
Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/mpfr/mpfr-2.4.1-cumulative_patch-1.patch |
Contents
Introduction to MPFR
The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding).
Dependencies
Required
- GMP >= 4.1.0
Non-Multilib
Compile the package:
./configure --prefix=/usr --enable-shared && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr \ --enable-shared && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 --enable-shared && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 --enable-shared && make
Install the package:
make install
Documentation
Create the directory that the documentation will be installed into:
install -d -v -m755 /usr/share/doc/mpfr-2.4.1
DVI
make dvi && install -v -m644 mpfr.dvi /usr/share/doc/mpfr-2.4.1
PS
make mpfr.ps && install -v -m644 mpfr.ps /usr/share/doc/mpfr-2.4.1
make pdf && install -v -m644 mpfr.pdf /usr/share/doc/mpfr-2.4.1
Contents
- Installed Libraries: libmpfr.{la,a,so,so.1,so.1.0.1}