guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem when running ./configure


From: Ludovic Courtès
Subject: Re: Problem when running ./configure
Date: Sun, 25 Nov 2007 18:25:41 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

Victor Escobar <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]