From: Thamer Al-Harbash <tmh@whitefang.com>
Cc: "Nelson H. F. Beebe" <beebe@math.utah.edu>
Subject: Re: Configuring with GMP in /usr/local
Date: Sat, 26 Apr 2003 11:24:34 -0400 (EDT) [thread overview]
Message-ID: <Pine.BSF.4.51.0304261122440.70304@helena.whitefang.com> (raw)
In-Reply-To: <m3bryt9wn1.fsf@laruns.ossau.uklinux.net>
On Sat, 26 Apr 2003, Neil Jerram wrote:
> Thanks for the response, but I already have /usr/local/bin first in my
> PATH, and it doesn't help. The problem is somehow getting ./configure
> to tell gcc to look in /usr/local/{lib,include} before
> /usr/{lib,include}.
LDFLAGS="-L/usr/local/lib" Unfortunately /usr/lib may supersede
this and configure will use it first. My advice is to do what I
did. Remove the development library (.a) from /usr/lib and leave
the shared one there for GMP 3.1 (.so) Then install GMP 4.1 in
/usr/local/lib
Your old applications should still use the old runtime libraries
and be fine.
(Remember to ldconfig if you're on Linux.)
--
Thamer Al-Harbash http://www.whitefang.com/
(if (> pressure too-much-pressure)
'flame 'work)
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next prev parent reply other threads:[~2003-04-26 15:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CMM.0.92.0.1051365630.beebe@suncore.math.utah.edu>
2003-04-26 14:11 ` Configuring with GMP in /usr/local Neil Jerram
2003-04-26 15:24 ` Thamer Al-Harbash [this message]
[not found] <CMM.0.92.0.1051370387.beebe@suncore.math.utah.edu>
2003-04-26 15:38 ` Neil Jerram
2003-04-26 11:07 Neil Jerram
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=Pine.BSF.4.51.0304261122440.70304@helena.whitefang.com \
--to=tmh@whitefang.com \
--cc=beebe@math.utah.edu \
/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).