From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2631 invoked by alias); 17 Aug 2012 08:38:15 -0000 Received: (qmail 2493 invoked by uid 22791); 17 Aug 2012 08:38:13 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Aug 2012 08:37:55 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7H8brFp021103 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 17 Aug 2012 04:37:53 -0400 Received: from zebedee.pink (ovpn-113-128.phx2.redhat.com [10.3.113.128]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q7H8bmxf005109; Fri, 17 Aug 2012 04:37:49 -0400 Message-ID: <502E02DC.7050301@redhat.com> Date: Fri, 17 Aug 2012 10:23:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: ron.stubbs@duke.edu CC: Ron Stubbs , gcc-help@gcc.gnu.org Subject: Re: Compiling gcc 4.8 References: <502D3C7F.8060307@duke.edu> In-Reply-To: <502D3C7F.8060307@duke.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00136.txt.bz2 On 08/16/2012 07:31 PM, Ron Stubbs wrote: > fortran/arith.o: In function `gfc_mpfr_to_mpz(__mpz_struct*, > __mpfr_struct*, locus*)': > arith.c:(.text+0x1169): undefined reference to `mpfr_get_z_2exp' > > The system is running Scientific Linux 6.2 with the standard libmpfr > package, mpfr-2.4.1-6.el6.x86_64, installed. > > Thereis no mpfr_get_z_2exp in /usr/lib64/libmpfr.so.1.2.0, although > there is mpfr_get_z_exp in it. > > Is the prerequiste mpfr-2.4+ correct? Or do I need a later version the > the mpfr library? Go into the top-level gcc srcdir and type: ./contrib/download_prerequisites Andrew.