From 0bb67603641c3afa7ecc7deadbfc85e65e9306bd Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 12 Oct 2008 00:39:47 +0000 Subject: Added descriptions of the configure options used in the GMP instructions and updated the installed library descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gmp.xml | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index ff764b36f..9069aea72 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -45,6 +45,18 @@ ./configure --prefix=/usr --enable-cxx --enable-mpbsd + + The meaning of the new configure option: + + + --enable-cxx + + This parameter enables C++ support + + + + + Compile the package: make @@ -77,7 +89,7 @@ cp -v doc/{isa_abi_headache,configuration} doc/*.html \ Installed Libraries - gmp.so + libgmp.{a,so}, libgmpxx.{a,so}, and libmp.{a,so} @@ -86,12 +98,32 @@ cp -v doc/{isa_abi_headache,configuration} doc/*.html \ - - gmp + + libgmp Contains precision math functions. - - gmp + + libgmp + + + + + + libgmpxx + + Contains C++ precision math functions. + + libgmpxx + + + + + + libmp + + Contains the Berkeley MP math functions. + + libmp -- cgit v1.2.3-54-g00ecf