From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32724 invoked by alias); 24 May 2007 20:33:05 -0000 Received: (qmail 32689 invoked by uid 22791); 24 May 2007 20:33:04 -0000 X-Spam-Check-By: sourceware.org Received: from palrel12.hp.com (HELO palrel12.hp.com) (156.153.255.237) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 May 2007 20:33:01 +0000 Received: from smtp2.cup.hp.com (hpda.cup.hp.com [15.4.32.118]) by palrel12.hp.com (Postfix) with ESMTP id 7C41435EB9; Thu, 24 May 2007 13:32:59 -0700 (PDT) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp2.cup.hp.com (Postfix) with ESMTP id B4A7130EEF7; Thu, 24 May 2007 20:24:21 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_29774)/8.9.3) id NAA13355; Thu, 24 May 2007 13:32:54 -0700 (PDT) Date: Thu, 24 May 2007 20:33:00 -0000 From: Steve Ellcey Message-Id: <200705242032.NAA13355@hpsje.cup.hp.com> To: toa@pop.agri.ch Cc: jjohnstn@redhat.com, bonzini@gnu.org, libtool@cwilson.fastmail.fm, newlib@sourceware.org, aoliva@redhat.com, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: New libtool is in the GCC and Src trees. In-Reply-To: <4655EF30.3080705@pop.agri.ch> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00381.txt.bz2 > gcc builds fail on Darwin. Attached a patch which cures the issue. > Also, I'm analyzing the build failure in libjava, seems you forgot to > regen the part in classpath. > > Ok? > > Thanks, > Andreas ltmain.sh is part of the new libtool, do you know if the ToT libtool has this fixed? I am not sure what happened with libjava. I ran aclocal -I . -I .. -I ../config;automake;autoconf in the libjava directory. That regenerated the top level configure script and the Makefile.in files in the gcj, include, and testsuite subdirs. I don't know why it didn't do anything to the classpath subdir. Steve Ellcey sje@cup.hp.com