* Problems when configuring Guile
@ 2016-12-03 18:57 M
2016-12-03 19:09 ` David Pirotte
0 siblings, 1 reply; 2+ messages in thread
From: M @ 2016-12-03 18:57 UTC (permalink / raw)
To: guile-user
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problems when configuring Guile
2016-12-03 18:57 Problems when configuring Guile M
@ 2016-12-03 19:09 ` David Pirotte
0 siblings, 0 replies; 2+ messages in thread
From: David Pirotte @ 2016-12-03 19:09 UTC (permalink / raw)
To: M; +Cc: guile-user
[-- Attachment #1: Type: text/plain, Size: 341 bytes --]
Hello,
> I have installed gmp 6.1.1 (with gmp.h present in the folder) and use the
> following command:
> Still it cannot find my gmp library.
You also need to instal the so called -dev packages, depending on your distro. I'm
using debian, as an example, the package to install in this case is libgmp-dev:amd64
Cheers,
David
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-03 19:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 18:57 Problems when configuring Guile M
2016-12-03 19:09 ` David Pirotte
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).