From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 452 invoked by alias); 29 Mar 2010 10:37:20 -0000 Received: (qmail 444 invoked by uid 22791); 29 Mar 2010 10:37:20 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-ww0-f47.google.com (HELO mail-ww0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Mar 2010 10:37:16 +0000 Received: by wwb13 with SMTP id 13so1871164wwb.20 for ; Mon, 29 Mar 2010 03:37:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.50.11 with HTTP; Mon, 29 Mar 2010 03:36:54 -0700 (PDT) In-Reply-To: <4348dea51003290057vf674c0ata4395d231dc09dc8@mail.gmail.com> References: <4348dea51003290057vf674c0ata4395d231dc09dc8@mail.gmail.com> From: =?ISO-8859-1?Q?Manuel_L=F3pez=2DIb=E1=F1ez?= Date: Tue, 30 Mar 2010 11:09:00 -0000 Received: by 10.216.87.79 with SMTP id x57mr3000486wee.83.1269859034122; Mon, 29 Mar 2010 03:37:14 -0700 (PDT) Message-ID: <6c33472e1003290336t72af4efct1021e14d744b5372@mail.gmail.com> Subject: Re: Error saying cannot compute suffix while building compiler gcc-4.3.2 To: Jonathan Wakely Cc: Vaibhav Shrimali , gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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: 2010-03/txt/msg00343.txt.bz2 On 29 March 2010 09:57, Jonathan Wakely wrote: >> checking for suffix of object files... configure: error: cannot >> compute suffix of object files: cannot compile >> See `config.log' for more details. >> make[2]: *** [configure-stage1-target-libgcc] Error 1 >> make[2]: Leaving directory `/home/vebs/gcc/gcc' >> make[1]: *** [stage1-bubble] Error 2 >> make[1]: Leaving directory `/home/vebs/gcc/gcc' >> make: *** [all] Error 2 >> ****************************************** > > As the configure output says: > See `config.log' for more details. > > Your existing compiler is not working correctly, see config.log for > more details of what is failing. Since I see this often, I added a FAQ to the wiki: http://gcc.gnu.org/wiki/FAQ#configure_suffix Cheers, Manuel.