From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1881 invoked by alias); 23 Jul 2009 15:32:51 -0000 Received: (qmail 1740 invoked by uid 48); 23 Jul 2009 15:32:29 -0000 Date: Thu, 23 Jul 2009 15:32:00 -0000 Message-ID: <20090723153229.1739.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/40833] gcc configure problem with mpfr.h In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "david dot sagan at gmail dot com" 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-07/txt/msg01886.txt.bz2 ------- Comment #4 from david dot sagan at gmail dot com 2009-07-23 15:32 ------- > It has nothing to do with the version number. Read the log file you > included in your original post. You'll find Thanks for the information. As I see it, the problem here is that the error message from configure: checking for correct version of mpfr.h... no configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+. is wrong in this case. I would suggest that either 1) The error message be changed to reflect the fact that other things could be wrong or, preferably, 2) separate the mpfr test into pieces so accurate diagnostic messages can be generated. -- Again Thanks, David -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40833