On 2007-01-03 20:11:35 -0500, drizzle drizzle wrote:
> Installed mpfr and gmp and verified mpfr.h and gmp.h exist in
> /usr/local/include and libmpfr.a , libgmp.so etc exists in
> /usr/local/lib

I assume you got MPFR 2.2.1. You can try to rebuild MPFR with
--enable-shared, in case you have another MPFR version installed
with a shared library (e.g. in /usr/lib) and the linker does
something strange. Also, make sure that GMP and MPFR are compiled
with the same ABI.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)

Reply via email to