I compile gmp as always "./configure" and then "make all install" (I also ran the check). Then I want to compile mpfr "./configure" and I get this error:
Code: Select all
checking for __gmpz_init in -lgmp... no
configure: error: libgmp not found or uses a different ABI.
Please read the INSTALL file -- see "In case of problem".
So what could be the problem that he now has problems, but it worked the last time (21 Jan 2010) I tried it?! And what I don´t get is, he finds the gmp library, but then I get such an error!?
edit::
I solved it by passing the arg "--with-gmp=/usr/local" to the configure script.