commit 2032831f83953dd23e3b7e393d1da258ce37cb6e
Author: Mattias Andrée <[email protected]>
AuthorDate: Mon May 9 21:48:23 2016 +0200
Commit: Mattias Andrée <[email protected]>
CommitDate: Mon May 9 21:48:31 2016 +0200
gmp supports static linking, but it is opt-in
Signed-off-by: Mattias Andrée <[email protected]>
diff --git a/doc/what-is-libzahl.tex b/doc/what-is-libzahl.tex
index 2979a23..5f2e9a1 100644
--- a/doc/what-is-libzahl.tex
+++ b/doc/what-is-libzahl.tex
@@ -50,7 +50,8 @@ TomsFastMath (tfm) and Hebimath. 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 that
+GCC, can only be dynamically linked by default, it is
+required to opt in for static linking, 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.