diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-08-15 11:55:59 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-08-15 11:55:59 +0000 |
commit | 5e34849f0f535368f62e2f06b10365a8f4a472e6 (patch) | |
tree | 822d127135116ccdd7387adc23b7d9124ce5dbc5 /doc | |
parent | bffd18abff689a5ab8ae48aa359012eadbda1a93 (diff) | |
download | mpfr-5e34849f0f535368f62e2f06b10365a8f4a472e6.tar.gz |
[doc] Updated FAQ.html with update-faq.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7798 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FAQ.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html index 3681596a9..3230eb9f1 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -209,8 +209,12 @@ the <cite><acronym>GMP</acronym></cite> library could not be found (as it is not in the provided library search paths) or because the <cite><acronym>GMP</acronym></cite> library that was found does not have the expected <acronym title="Application Binary Interface">ABI</acronym> -(<abbr>e.g.</abbr> 32-bit <abbr>vs</abbr> 64-bit). The latter problem can -have several causes:</p> +(<abbr>e.g.</abbr> 32-bit <abbr>vs</abbr> 64-bit). The former problem can be +due to the fact that a static build of <cite><acronym>MPFR</acronym></cite> +was requested while only a shared <cite><acronym>GMP</acronym></cite> library +is installed (or the opposite, but another error can also show up in this +case, see the <a href="#fpic">question about <samp>-fPIC</samp></a>). The +latter problem can have several causes:</p> <ul> <li>A wrong libgmp library has been picked up. This can occur if you have several <cite><acronym>GMP</acronym></cite> versions installed on the |