From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thamer Al-Harbash Newsgroups: gmane.lisp.guile.devel Subject: Re: Configuring with GMP in /usr/local Date: Sat, 26 Apr 2003 11:24:34 -0400 (EDT) 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 1051370677 12350 80.91.224.249 (26 Apr 2003 15:24:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Apr 2003 15:24:37 +0000 (UTC) Cc: "Nelson H. F. Beebe" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 26 17:24:34 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 199RXV-0003Cl-00 for ; Sat, 26 Apr 2003 17:24:33 +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 199RXW-0001RW-06 for guile-devel@m.gmane.org; Sat, 26 Apr 2003 11:24:34 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 199RXH-0001IQ-00 for guile-devel@gnu.org; Sat, 26 Apr 2003 11:24:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 199RXD-00017e-00 for guile-devel@gnu.org; Sat, 26 Apr 2003 11:24:16 -0400 Original-Received: from helena.whitefang.com ([216.254.175.50]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 199RXC-00013q-00 for guile-devel@gnu.org; Sat, 26 Apr 2003 11:24:15 -0400 Original-Received: (qmail 71838 invoked from network); 26 Apr 2003 15:24:34 -0000 Original-Received: from helena.whitefang.com (216.254.175.50) by 0 with SMTP; 26 Apr 2003 15:24:34 -0000 X-X-Sender: shadows@helena.whitefang.com Original-To: Neil Jerram In-Reply-To: Original-cc: Guile Development 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:2213 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2213 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