From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21948 invoked by alias); 4 Jun 2011 23:46:23 -0000 Received: (qmail 21940 invoked by uid 22791); 4 Jun 2011 23:46:23 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wp154.webpack.hosteurope.de (HELO wp154.webpack.hosteurope.de) (80.237.132.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Jun 2011 23:46:08 +0000 Received: from p57a8fc6d.dip.t-dialin.net ([87.168.252.109] helo=[192.168.2.7]); authenticated by wp154.webpack.hosteurope.de running ExIM with esmtpa id 1QT0Xd-0004By-TK; Sun, 05 Jun 2011 01:46:06 +0200 Message-ID: <4DEAC3A8.5070305@andihellmund.com> Date: Sat, 04 Jun 2011 23:46:00 -0000 From: Andi Hellmund User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: eric lin CC: gcc-help@gcc.gnu.org Subject: Re: make error:at upgrading to gcc 4.5.2(from 4.4.3) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2011-06/txt/msg00095.txt.bz2 Hey Eric, > checking whether ln -s works... yes > checking for i686-pc-linux-gnu-gcc... /home/eric/disk/gcc-4.5.2/host-i686-pc-linux-gnu/gcc/xgcc -B/home/eric/disk/gcc-4.5.2/host-i686-pc-linux-gnu/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include > checking for suffix of object files... configure: error: in `/home/eric/disk/gcc-4.5.2/i686-pc-linux-gnu/libgcc': > 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/eric/disk/gcc-4.5.2' > make[1]: *** [stage1-bubble] Error 2 > make[1]: Leaving directory `/home/eric/disk/gcc-4.5.2' > make: *** [all] Error 2 > root@eric-laptop:/home/eric/disk/gcc-4.5.2# For this error, please first check http://gcc.gnu.org/wiki/FAQ#configure_suffix to locate the root cause. Best regards, Andi