David Pirotte <[EMAIL PROTECTED]> writes:
> trying to configure guile-core.unstable-20050414
>
> ./configure --with-threads --with-readline
> ...
> checking for __gmpz_init in -lgmp... no
> configure: error: GNU MP not found, see README
>
>
David Pirotte <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED]:~ 3 $ dpkg -l | grep gmp
> ii libgmp34.1.4-6Multiprecision arithmetic library
You also need libgmp3-dev. This is true in general on Debian: in
order to compile against some libfoo library, you usually
trying to configure guile-core.unstable-20050414
./configure --with-threads --with-readline
...
checking for __gmpz_init in -lgmp... no
configure: error: GNU MP not found, see README
but the following package is installed:
[EMAIL PROTECTED]:~ 3 $ dpkg -l