From: Mike Gran <spk121@yahoo.com>
To: Jakub Jankiewicz <jcubic@onet.pl>,
"guile-user@gnu.org" <guile-user@gnu.org>
Subject: Re: How to install guile using local libraries
Date: Sun, 26 Jun 2016 16:23:07 +0000 (UTC) [thread overview]
Message-ID: <102960219.1394648.1466958188019.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <20160626153958.208b2b7f@jcubic>
> 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
prev parent reply other threads:[~2016-06-26 16:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-26 13:39 How to install guile using local libraries Jakub Jankiewicz
2016-06-26 16:23 ` Mike Gran [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=102960219.1394648.1466958188019.JavaMail.yahoo@mail.yahoo.com \
--to=spk121@yahoo.com \
--cc=guile-user@gnu.org \
--cc=jcubic@onet.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).