From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7458 invoked by alias); 23 Aug 2009 05:10:02 -0000 Received: (qmail 7425 invoked by uid 22791); 23 Aug 2009 05:10:00 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 23 Aug 2009 05:09:52 +0000 Received: (qmail invoked by alias); 23 Aug 2009 05:09:49 -0000 Received: from xdsl-87-78-165-245.netcologne.de (EHLO localhost.localdomain) [87.78.165.245] by mail.gmx.net (mp006) with SMTP; 23 Aug 2009 07:09:49 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1Mf5KS-0006Gm-8O; Sun, 23 Aug 2009 07:09:20 +0200 Date: Sun, 23 Aug 2009 10:16:00 -0000 From: Ralf Wildenhues To: Eric Niebler Cc: GCC Subject: Re: Failure building current 4.5 snapshot on Cygwin Message-ID: <20090823050919.GA24053@gmx.de> Mail-Followup-To: Ralf Wildenhues , Eric Niebler , GCC References: <4A44A724.6040804@alice.it> <4A44B1F3.3010300@gmail.com> <4A44B3F7.4090401@alice.it> <4A44C865.1040800@mqe.biglobe.ne.jp> <90baa01f0906260619w6f6548eam2487b809028dd02e@mail.gmail.com> <4A456721.2040100@mqe.biglobe.ne.jp> <4A908232.9080808@boostpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A908232.9080808@boostpro.com> User-Agent: Mutt/1.5.20 (2009-08-09) X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-08/txt/msg00416.txt.bz2 Hello Eric, * Eric Niebler wrote on Sun, Aug 23, 2009 at 01:41:38AM CEST: > checking whether the C compiler works... configure: error: in > `/home/ericne/objdir/i686-pc-cygwin/li > biberty': > configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details. > checking for egrep... grep -E > checking for i686-pc-cygwin-gcc... /home/ericne/objdir/./gcc/xgcc > -B/home/ericne/objdir/./gcc/ -B/us > r/local/gcc-4.5-20090813//i686-pc-cygwin/bin/ > -B/usr/local/gcc-4.5-20090813//i686-pc-cygwin/lib/ -is > ystem /usr/local/gcc-4.5-20090813//i686-pc-cygwin/include -isystem > /usr/local/gcc-4.5-20090813//i686 > -pc-cygwin/sys-include > make[1]: *** [configure-target-libiberty] Error 1 > make[1]: *** Waiting for unfinished jobs.... > checking for C compiler default output file name... a.exe > checking whether the C compiler works... configure: error: in > `/home/ericne/objdir/i686-pc-cygwin/li > bstdc++-v3': > configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details. > make[1]: *** [configure-target-libstdc++-v3] Error 1 > make[1]: Leaving directory `/home/ericne/objdir' > make: *** [all] Error 2 You need to look at the config.log file in the /home/ericne/objdir/i686-pc-cygwin/libstdc++-v3 directory. Cheers, Ralf