From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14467 invoked by alias); 23 Mar 2009 18:43:11 -0000 Received: (qmail 13880 invoked by uid 48); 23 Mar 2009 18:42:55 -0000 Date: Mon, 23 Mar 2009 18:43:00 -0000 Message-ID: <20090323184255.13879.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/36481] gcc fails to build on Solaris x86 - it forgets the locations of libmpfr In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gbarnt at student dot dtu dot dk" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg01608.txt.bz2 ------- Comment #7 from gbarnt at student dot dtu dot dk 2009-03-23 18:42 ------- Created an attachment (id=17524) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17524&action=view) Same as previous - except for the -lib error. This patch replaces my old patch and does not break the --with-gmp-lib and --with-mpfr-lib (I had used the wrong variable - too much copy/paste). Aside from that, it is exactly like the old patch. This patch (also) requires autoconf to be run afterwards. Patch was created with: user@host$ diff -Naur gcc-old/configure.ac gcc-new/configure.ac > gcc-4.3.3_runtime_link.patch ~Niels -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36481