From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4971 invoked by alias); 7 May 2010 19:03:26 -0000 Received: (qmail 4773 invoked by uid 22791); 7 May 2010 19:03:24 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_EG 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; Fri, 07 May 2010 19:03:19 +0000 Received: (qmail invoked by alias); 07 May 2010 19:03:16 -0000 Received: from xdsl-89-0-191-12.netcologne.de (EHLO localhost.localdomain) [89.0.191.12] by mail.gmx.net (mp027) with SMTP; 07 May 2010 21:03:16 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1OASpQ-0003Tr-3J; Fri, 07 May 2010 21:03:16 +0200 Date: Fri, 07 May 2010 19:03:00 -0000 From: Ralf Wildenhues To: Pavel Pavlov Cc: gcc-help@gcc.gnu.org Subject: Re: Problem building gcc Message-ID: <20100507190315.GA13343@gmx.de> Mail-Followup-To: Ralf Wildenhues , Pavel Pavlov , gcc-help@gcc.gnu.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-10-28) 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-05/txt/msg00085.txt.bz2 Hello Pavel, * Pavel Pavlov wrote on Thu, May 06, 2010 at 07:39:54AM CEST: > My problem is identical to this one: > http://gcc.gnu.org/ml/gcc-help/2008-03/msg00044.html > It fails on configure step of binutils in libiberty. I have no idea > what's the problem: everything is good, I have all the headers > installed and I use gcc-4.4.0 as toolset to build crosscompiler. > > In that particular case I have this config.status : > http://pastebin.com/PSsaya6F > Yet, the final config.h is absolutely identical to config.in: > http://pastebin.com/ecL4qkqT with the only change added is the single > line at the top: > /* config.h. Generated from config.in by configure. */ > > Details of my environment: win7+msys and I'm trying to build cegcc > crosscompiler. The src that I'm using is ok, I built it on Cygwin > without that error, yet on msys/mingw it fails at the beginning. Which version of MSYS and MinGW packages do you have installed? In your MinGW shell, do you have $PATH set to also point to some Cygwin tools, and if yes, please show the value of $PATH, and when you last updated your Cygwin installation. Can you please download a pristine Autoconf 2.64 tarball from ftp.gnu.org/gnu/autoconf and './configure && make && make check' it and report back the results, preferably to the bug-autoconf list? Thanks. > I'm absolute ZERO or NULL in that black magic gibberish autoxxx > scripts, so I'm asking for your help to resolve that issue. It seems > that some of that atotools fail somehow to properly modify/parse some > of the input files (CRLF issue maybe?). I am probably the one responsible for most of the recent work in that. We've tried to make sure that things work well for most setups we can think of (and test), but bugs can still happen. On the upside there was algorithmic improvement coming along with the changes. > PS: That same problem was once raised on cegcc list but with the same > outcome (unresolved): > http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg02642.html Again, please report to the Autoconf bug list when you suspect a bug in Autoconf. We're glad to hear about reports, even if they turn out to be in other pieces of the build system afterwards. Thanks, Ralf