From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19069 invoked by alias); 16 Aug 2012 11:36:06 -0000 Received: (qmail 18864 invoked by uid 22791); 16 Aug 2012 11:36:04 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from imr-da02.mx.aol.com (HELO imr-da02.mx.aol.com) (205.188.105.144) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Aug 2012 11:35:51 +0000 Received: from mtaout-mb01.r1000.mx.aol.com (mtaout-mb01.r1000.mx.aol.com [172.29.41.65]) by imr-da02.mx.aol.com (8.14.1/8.14.1) with ESMTP id q7GBZn6o019321 for ; Thu, 16 Aug 2012 07:35:49 -0400 Received: from [192.168.0.8] (cpe-69-133-204-177.cinci.res.rr.com [69.133.204.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-mb01.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 3FC37E000089 for ; Thu, 16 Aug 2012 07:35:49 -0400 (EDT) Message-ID: <502CDB14.60509@aol.com> Date: Thu, 16 Aug 2012 15:15:00 -0000 From: Tim Prince Reply-To: tprince@computer.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Re: Compilation Error References: <502BF7AA.4070408@duke.edu> <502CD22C.90709@duke.edu> In-Reply-To: <502CD22C.90709@duke.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:391076544:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d2941502cdb156ac5 X-AOL-IP: 69.133.204.177 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2012-08/txt/msg00122.txt.bz2 On 08/16/2012 06:57 AM, Ron Stubbs wrote: > All I've got is /usr/lib64/libmpfr.so -> /usr/lib64/libmpfr.so.1.2.0. in > /usr/lib64 > > Is this the correct libmpfr version? > > That is an old one. Evidently, it doesn't include all functions expected by gcc build. The script which comes with gcc (contrib/download_prerequisites) adds the expected versions of gmp, mpc, and mpfr to the gcc build (or you can build separately and update your installation). -- Tim Prince