guile-user
[Top][All Lists]
Advanced

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

Problems when configuring Guile


From: M
Subject: Problems when configuring Guile
Date: Sat, 3 Dec 2016 18:57:06 +0000

Hello,

I am trying to install Guile. However, I get the following error message at
the ./configure stage:

checking for libgmp... no
configure: error: GNU MP 4.1 or greater not found, see README

I have installed gmp 6.1.1 (with gmp.h present in the folder) and use the
following command:

./configure --prefix=/home/user/apps/guile-2.0.13
--with-libgmp-prefix=/home/user/apps/gmp-6.1.1/
CPPFLAGS='-I/home/user/apps/gmp-6.1.1/'
LDFLAGS='-L/home/user/apps/gmp-6.1.1/'

Still it cannot find my gmp library.

Thankful for any help.


reply via email to

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