unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Problem when running ./configure
@ 2007-11-23  8:41 Victor Escobar
  2007-11-25 17:25 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Victor Escobar @ 2007-11-23  8:41 UTC (permalink / raw)
  To: guile-user


[-- Attachment #1.1: Type: text/plain, Size: 731 bytes --]

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:

-rwxr-xr-x  1 root  wheel  274052 Nov 23 03:36 
/usr/local/lib/libgmp.3.4.2.dylib
lrwxr-xr-x  1 root  wheel      18 Nov 23 03:36 
/usr/local/lib/libgmp.3.dylib -> libgmp.3.4.2.dylib
-rw-r--r--  1 root  wheel  515264 Nov 23 03:36 /usr/local/lib/libgmp.a
lrwxr-xr-x  1 root  wheel      18 Nov 23 03:36 
/usr/local/lib/libgmp.dylib -> libgmp.3.4.2.dylib
-rwxr-xr-x  1 root  wheel     797 Nov 23 03:36 /usr/local/lib/libgmp.la

Anybody know what the problem could be?


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3519 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem when running ./configure
  2007-11-23  8:41 Problem when running ./configure Victor Escobar
@ 2007-11-25 17:25 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2007-11-25 17:25 UTC (permalink / raw)
  To: guile-user

Hi,

Victor Escobar <sydbarrett74@gmail.com> 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
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-25 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23  8:41 Problem when running ./configure Victor Escobar
2007-11-25 17:25 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).