From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 850 invoked by alias); 9 Jan 2010 15:48:56 -0000 Received: (qmail 458 invoked by uid 22791); 9 Jan 2010 15:48:55 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f223.google.com (HELO mail-ew0-f223.google.com) (209.85.219.223) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Jan 2010 15:48:48 +0000 Received: by ewy23 with SMTP id 23so6922143ewy.4 for ; Sat, 09 Jan 2010 07:48:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.88.83 with SMTP id z61mr938522wee.140.1263052125409; Sat, 09 Jan 2010 07:48:45 -0800 (PST) In-Reply-To: <4B489219.4070806@gnu.org> References: <571f6b511001090316h44fefc7k672f595117024475@mail.gmail.com> <4B489219.4070806@gnu.org> Date: Sat, 09 Jan 2010 15:48:00 -0000 Message-ID: <6dc9ffc81001090748g533e9a6dl3e5481e2704a25a3@mail.gmail.com> Subject: Re: Combined tree fails to build -- libtool version mismatch? From: "H.J. Lu" To: Paolo Bonzini Cc: Steven Bosscher , binutils@sourceware.org, GCC Mailing List , DJ Delorie , gdb@sourceware.org, newlib@sourceware.org, cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 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/msg00088.txt.bz2 On Sat, Jan 9, 2010 at 6:26 AM, Paolo Bonzini wrote: > 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? > Many files in the top directories between gcc and src are out of sync. You can do a diff on them to check it out. -- H.J.