From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5015 invoked by alias); 16 Aug 2012 20:06:52 -0000 Received: (qmail 5000 invoked by uid 22791); 16 Aug 2012 20:06:50 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx-gw-02.oit.duke.edu (HELO mail-gw-02.oit.duke.edu) (152.3.189.228) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Aug 2012 20:06:38 +0000 Received: from mail-gw-02.oit.duke.edu (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 3013639ECA6A_2D52CDB for ; Thu, 16 Aug 2012 20:06:37 +0000 (GMT) Received: from [152.3.76.87] (resolute.egr.duke.edu [152.3.76.87]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mail-gw-02.oit.duke.edu (Sophos Email Appliance) with ESMTPSA id AAFD539ECA49_2D52CCF for ; Thu, 16 Aug 2012 20:06:36 +0000 (GMT) Message-ID: <502D52CB.6040801@duke.edu> Date: Fri, 17 Aug 2012 00:12:00 -0000 From: Ron Stubbs Reply-To: ron.stubbs@duke.edu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 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: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00131.txt.bz2 Hi, I fixed my libmpfr problem by installing mprf 3.0. Neither 2.2 nor 2.4 had the missing symbol. I compiled until I got close to the end and got this message: checking for suffix of object files... configure: error: in `/opt/gcc-4.8-20120812/x86_64-unknown-linux-gnu/libgcc': configure: error: cannot compute suffix of object files: cannot compile Thanks, Ron ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ron Stubbs MS CS Senior Systems Programmer Research Computing Pratt School of Engineering 410 Teer Bldg. P.O. Box 90271 Duke University, Durham, N.C. 27708-0271 office: (919)660-5339 cell:(919)641-5689 fax: (919) 613-9156 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On 08/16/2012 02:58 PM, Marc Glisse wrote: > On Thu, 16 Aug 2012, Ron Stubbs wrote: > >> All I've got is /usr/lib64/libmpfr.so -> /usr/lib64/libmpfr.so.1.2.0. in >> /usr/lib64 > > What about the mpfr.h files? > > If you can't find the second one, touch the file arith.c, type make, > see how arith.o is produced, copy that line and modify it to see the > preprocessed source, and find out what mpfr file is included and where > the bad name appears. >