commit dbe54b4a293eeefdbab40e9d169be3afc32be1bf
Author:     Mattias Andrée <[email protected]>
AuthorDate: Mon May 9 13:07:20 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Mon May 9 13:07:20 2016 +0200

    gmp has be compiled without glibc is you want to use another libc in your 
program
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/doc/what-is-libzahl.tex b/doc/what-is-libzahl.tex
index 3cf7bd7..dfaf9d3 100644
--- a/doc/what-is-libzahl.tex
+++ b/doc/what-is-libzahl.tex
@@ -50,10 +50,11 @@ and TomsFastMath (tfm). All of these have problems:
 \begin{itemize}
 \item
 GNU MP is extremely bloated, can only be complied with
-GCC, can only be dynamically linked, and requires glibc.
-Additionally, whilst its performance is generally good,
-it can still be improved. Furthermore, GNU MP cannot be
-used for robust applications.
+GCC, can only be dynamically linked, and requires that
+you use glibc unless another C standard library was used
+when GNU MP was compiled. Additionally, whilst its
+performance is generally good, it can still be improved.
+Furthermore, GNU MP cannot be used for robust applications.
 
 \item
 LibTomMath is very slow, infact performance is not its

Reply via email to