From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14794 invoked by alias); 16 Aug 2012 20:19:14 -0000 Received: (qmail 14784 invoked by uid 22791); 16 Aug 2012 20:19:12 -0000 X-SWARE-Spam-Status: No, hits=-7.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail1-relais-roc.national.inria.fr (HELO mail1-relais-roc.national.inria.fr) (192.134.164.82) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Aug 2012 20:18:52 +0000 Received: from ip-178.net-81-220-91.toulouse.rev.numericable.fr (HELO laptop-mg.local) ([81.220.91.178]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Aug 2012 22:18:50 +0200 Date: Fri, 17 Aug 2012 07:23:00 -0000 From: Marc Glisse Reply-To: gcc-help@gcc.gnu.org To: ron.stubbs@duke.edu cc: gcc-help@gcc.gnu.org Subject: Re: Compilation Error In-Reply-To: <502D52CB.6040801@duke.edu> Message-ID: References: <502BF7AA.4070408@duke.edu> <502CD22C.90709@duke.edu> <502D52CB.6040801@duke.edu> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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/msg00132.txt.bz2 On Thu, 16 Aug 2012, Ron Stubbs wrote: > I fixed my libmpfr problem by installing mprf 3.0. Why not follow this instead: http://gcc.gnu.org/wiki/InstallingGCC > Neither 2.2 nor 2.4 had the missing symbol. And the mpfr.h that comes with the library that doesn't have the symbol doesn't ask for it. > 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 See the FAQ: http://gcc.gnu.org/wiki/FAQ#configure_suffix -- Marc Glisse