5.5. GMP-4.3.1

GMP is a library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers.

5.5.1. Installation of GMP

Prepare GMP for compilation:

CPPFLAGS=-fexceptions ./configure \
    --prefix=${CLFS}/cross-tools --enable-cxx

Compile the package:

make

Install the package:

make install

Details on this package are located in Section 6.5.3, “Contents of GMP.”