The GMP package contains math libraries. These have useful functions for arbitrary precision arithmetic.
Download (HTTP): http://ftp.gnu.org/gnu/gmp/gmp-4.1.4.tar.bz2
Download (FTP): ftp://ftp.gnu.org/gnu/gmp/gmp-4.1.4.tar.bz2
Download MD5 sum: 0aa7d3b3f5b5ec5951e7dddd6f65e891
Download size: 1.6 MB
Estimated disk space required: 60.8 MB
Estimated build time: 0.88 SBU (additional 0.81 SBU to run the testsuite)
Install GMP by running the following commands:
./configure --prefix=/usr --enable-cxx --enable-mpbsd && make
To test the results, issue: make check. Owing to various reports of mis-compilations, the maintainer strongly recommends running the test-suite and report any failures. The libraries should not be used in a production environment if there are problems running make check.
Now, as the root user:
make install
--enable-cxx: This parameter enables C++ support by building the libgmpxx libraries.
--enable-mpbsd: This parameter enables building the Berkeley MP compatibility (libmp) libraries.
Last updated on 2005-08-09 19:50:01 -0600