From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21249 invoked by alias); 24 May 2007 21:09:53 -0000 Received: (qmail 21129 invoked by uid 22791); 24 May 2007 21:09:41 -0000 X-Spam-Check-By: sourceware.org Received: from exsmtp01.agrinet.ch (HELO exsmtp01.agrinet.ch) (81.221.254.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 May 2007 21:09:36 +0000 Received: from smtp.messaging.ch ([10.50.250.214]) by exsmtp01.agrinet.ch with Microsoft SMTPSVC(6.0.3790.1830); Thu, 24 May 2007 23:09:33 +0200 Received: from wolfram.andreas.nets ([84.73.68.225]) by smtp.messaging.ch with id 35yj1X0024rcz700000000; Thu, 24 May 2007 19:58:46 +0200 X-IMP: RBL SORBS: 0.10,RBL SBL+XBL: 0.00,RBL SPAMCOP: 0.00,URL RHS: 0.00,URL SURBL: 0.00 Message-ID: <4655FF08.40602@pop.agri.ch> Date: Thu, 24 May 2007 21:09:00 -0000 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Steve Ellcey , Tom Tromey 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. References: <200705242032.NAA13355@hpsje.cup.hp.com> In-Reply-To: <200705242032.NAA13355@hpsje.cup.hp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00383.txt.bz2 Steve Ellcey wrote: >> 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? Don't know yet, I'll check tomorrow. I'm happy if my stable 1.5.22 version does not go mad. > > 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. You should read the HACKING:77ff inside libjava for how to go on for classpath. Although, I tried to do it the way as described there and did not succeed (but I'm on Darwin and this is a bit special). I hope Tom has a bit more insight and can explain what's missing. I'm on the run to bed, late night here. Thanks for your effort, Steve. Regards, Andreas