%general-entities; ]> GMP-&gmp-version; GMP temporary system <para>GMP is a library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers.</para> </sect2> &env-target; <sect2 role="installation"> <title>Installation of GMP Prepare GMP for compilation: ./configure --prefix=/usr \ --build=${CLFS_HOST} --host=${CLFS_TARGET} \ --enable-cxx --enable-mpbsd Compile the package: make Install the package: make DESTDIR=${CLFS} install At this time, Libtool does not support searching a sysroot for libraries. Leaving the .la files in place will cause Libtool to look in the wrong place for libraries. These files are not required for linking on Linux. Remove them with the following command: rm -v ${CLFS}/usr/lib/lib{gmp,gmpxx,mp}.la Contents of GMP Installed Libraries libgmp.[a,so], libgmpxx[a,so] Short Descriptions libgmp Contains the definitions for GNU multiple precision functions. libgmp libgmpxx Contains a C++ class wrapper for GMP types. libgmpxx