OnWorks Linux and Windows Online WorkStations

Logo

Free Hosting Online for WorkStations

< Previous | Contents | Next >

6.17.1. Installation of GMP


Note

If you are building for 32-bit x86, but you have a CPU which is capable of running 64-bit code and you have specified CFLAGS in the environment, the configure script will attempt to configure for 64-bits and fail. Avoid this by invoking the configure command below with

Note

If you are building for 32-bit x86, but you have a CPU which is capable of running 64-bit code and you have specified CFLAGS in the environment, the configure script will attempt to configure for 64-bits and fail. Avoid this by invoking the configure command below with


Note

The default settings of GMP produce libraries optimized for the host processor. If libraries suitable for processors less capable than the host's CPU are desired, generic libraries can be created by running the following:

Note

The default settings of GMP produce libraries optimized for the host processor. If libraries suitable for processors less capable than the host's CPU are desired, generic libraries can be created by running the following:

cp -v configfsf.guess config.guess cp -v configfsf.sub config.sub

cp -v configfsf.guess config.guess cp -v configfsf.sub config.sub

Prepare GMP for compilation:


./configure --prefix=/usr \

--enable-cxx \

--disable-static \

--docdir=/usr/share/doc/gmp-6.1.2

./configure --prefix=/usr \

--enable-cxx \

--disable-static \

--docdir=/usr/share/doc/gmp-6.1.2

The meaning of the new configure options:

--enable-cxx

This parameter enables C++ support

--docdir=/usr/share/doc/gmp-6.1.2

This variable specifies the correct place for the documentation.

Compile the package and generate the HTML documentation:


make

make html

make

make html


Important

The test suite for GMP in this section is considered critical. Do not skip it under any circumstances.

Important

The test suite for GMP in this section is considered critical. Do not skip it under any circumstances.

image

Test the results:


make check 2>&1 | tee gmp-check-log

make check 2>&1 | tee gmp-check-log


Caution

The code in gmp is highly optimized for the processor where it is built. Occasionally, the code that detects the processor misidentifies the system capabilities and there will be errors in the tests or other applications using the gmp libraries with the message "Illegal instruction". In this case, gmp should be reconfigured with the option --build=x86_64-unknown-linux-gnu and rebuilt.

Caution

The code in gmp is highly optimized for the processor where it is built. Occasionally, the code that detects the processor misidentifies the system capabilities and there will be errors in the tests or other applications using the gmp libraries with the message "Illegal instruction". In this case, gmp should be reconfigured with the option --build=x86_64-unknown-linux-gnu and rebuilt.

image

Ensure that all 190 tests in the test suite passed. Check the results by issuing the following command:


awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log

awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log

Install the package and its documentation:


make install

make install-html

make install

make install-html


Top OS Cloud Computing at OnWorks: