From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27599 invoked by alias); 9 Jan 2010 14:26:52 -0000 Received: (qmail 27400 invoked by uid 22791); 9 Jan 2010 14:26:50 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f213.google.com (HELO mail-fx0-f213.google.com) (209.85.220.213) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Jan 2010 14:26:43 +0000 Received: by fxm5 with SMTP id 5so19979425fxm.8 for ; Sat, 09 Jan 2010 06:26:40 -0800 (PST) Received: by 10.102.211.2 with SMTP id j2mr9865709mug.67.1263047200509; Sat, 09 Jan 2010 06:26:40 -0800 (PST) Received: from yakj.usersys.redhat.com (93-34-208-53.ip51.fastwebnet.it [93.34.208.53]) by mx.google.com with ESMTPS id y2sm3318432mug.40.2010.01.09.06.26.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 09 Jan 2010 06:26:38 -0800 (PST) Message-ID: <4B489219.4070806@gnu.org> Date: Sat, 09 Jan 2010 14:26:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0 MIME-Version: 1.0 To: Steven Bosscher CC: binutils@sourceware.org, GCC Mailing List , DJ Delorie , gdb@sourceware.org, newlib@sourceware.org, cygwin@cygwin.com Subject: Re: Combined tree fails to build -- libtool version mismatch? References: <571f6b511001090316h44fefc7k672f595117024475@mail.gmail.com> In-Reply-To: <571f6b511001090316h44fefc7k672f595117024475@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00087.txt.bz2 On 01/09/2010 12:16 PM, Steven Bosscher wrote: > This is with gcc SVN revision 155740, and src checked out yesterday > (top of src/Changelog is the fix from Kaveh and FX for gcc PR42424). > > Not knowing a thing about libtool, I hope someone can tell me what's > wrong here;-) src and gcc's libtool are out-of-sync (2.2.6 vs. 2.2.7a respectively). Since gcc's files dominate, you have ltmain.sh from GCC but bfd's configure uses src's libtool configuration. Binutils should adopt GCC's libtool.m4, ltmain.sh, lt~obsolete.m4, ltoptions.m4, ltsugar.m4, ltversion.m4 and src should rerun autoconf on all of its scripts (CCing gdb, newlib and cygwin mailing lists). DJ, can you add these files to the list that we get email about? Paolo