diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d6dff290a..81d036789 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> + + 2008-10-12 + + + [randy] - Added descriptions of the configure options used + in the GMP instructions and updated the installed library + descriptions. + + + + 2008-10-11 diff --git a/chapter05/gmp.xml b/chapter05/gmp.xml index 76885e60b..8d76d825c 100644 --- a/chapter05/gmp.xml +++ b/chapter05/gmp.xml @@ -47,6 +47,18 @@ ./configure --prefix=/tools --enable-mpbsd + + The meaning of the configure option: + + + --enable-mpbsd + + This builds the Berkeley MP compatibility library + + + + + Compile the package: make 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