guile-user
[Top][All Lists]
Advanced

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

Re: How to install guile using local libraries


From: Mike Gran
Subject: Re: How to install guile using local libraries
Date: Sun, 26 Jun 2016 16:23:07 +0000 (UTC)

> and it created this files in /home/me/lib/ (it also created
> directory /home/me/include with header file):
> 
>     libgmp.a
>     libgmp.la
>     libgmp.so
>     libgmp.so.10
>     libgmp.so.10.3.1
> 
> I've found in configure script for guile that there is option: 
> --with-libgmp-prefix=DIR
> 
> so I run:
> 
>     ./configure --with-libgmp-prefix=/home/me
> 
> but got the same error (that can't find GNU MP), How can I inform 
> guile's
> configure script where is GMP?


Perhaps you now need to set the environment variable
PKG_CONFIG_PATH=/home/me/share/pkgconfig
so that it can find the path under which the *.pc files
have been installed.

-Mike 


reply via email to

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