From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Configuring with GMP in /usr/local Date: 26 Apr 2003 15:11:14 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051368640 5469 80.91.224.249 (26 Apr 2003 14:50:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Apr 2003 14:50:40 +0000 (UTC) Cc: Guile Development Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 26 16:50:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 199R0d-0001Q0-00 for ; Sat, 26 Apr 2003 16:50:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199R1E-0001WW-05 for guile-devel@m.gmane.org; Sat, 26 Apr 2003 10:51:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 199R11-0001QV-00 for guile-devel@gnu.org; Sat, 26 Apr 2003 10:50:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 199R0z-0001Oo-00 for guile-devel@gnu.org; Sat, 26 Apr 2003 10:50:57 -0400 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199Qzx-0000pu-00 for guile-devel@gnu.org; Sat, 26 Apr 2003 10:49:53 -0400 Original-Received: from laruns.ossau.uklinux.net (bts-0173.dialup.zetnet.co.uk [194.247.48.173]) by s1.uklinux.net (8.11.6p2/8.11.6) with ESMTP id h3QEnpm11127; Sat, 26 Apr 2003 15:49:52 +0100 Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1])ESMTP id 93867DC4D4; Sat, 26 Apr 2003 15:11:14 +0100 (BST) Original-To: "Nelson H. F. Beebe" In-Reply-To: Original-Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2208 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2208 >>>>> "Nelson" == Nelson H F Beebe writes: >>> I have GMP 3.1 in /usr and GMP 4.1 in /usr/local. How do I invoke >>> ./configure so that it picks up GMP 4.1? Nelson> env PATH=/usr/local/bin:$PATH ./configure .... Nelson> I always put /usr/local/bin ahead of vendor directories Nelson> in my path, because it continues newer versions of software; Nelson> then I don't need the above workaround. 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}. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel