Hi,

Victor Escobar <[EMAIL PROTECTED]> writes:

> I am attempting to compile Guile 1.8.3 on my OS X Leopard/Intel box,
> and the ./configure script halts here:
>
> checking for __gmpz_init in -lgmp... no
> configure: error: GNU MP not found, see README
>
> I in fact have Gnu MP 4.2.2 installed in /usr/local/lib, as shown:

`/usr/local/lib' is a non-standard path, so perhaps you could try to run
`configure' like this:

  LDFLAGS='-L/usr/local/lib' CPPFLAGS='-I/usr/local/include' ./configure

This will tell the build machinery where to find the GMP headers and
libs.

Thanks,
Ludovic.



_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to