From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21848 invoked by alias); 28 Jan 2002 11:34:37 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 21635 invoked from network); 28 Jan 2002 11:34:13 -0000 Received: from unknown (HELO tml-gw.tml.hut.fi) (130.233.44.1) by sources.redhat.com with SMTP; 28 Jan 2002 11:34:13 -0000 Received: (from smap@localhost) by tml-gw.tml.hut.fi (8.8.7/8.8.7) id NAA18251 for ; Mon, 28 Jan 2002 13:31:41 +0200 Received: from mail.tml.hut.fi(130.233.45.70) by tml-gw.tml.hut.fi via smap (V2.0) id xma018241; Mon, 28 Jan 02 13:31:38 +0200 Received: from morphine.tml.hut.fi (morphine.tml.hut.fi [130.233.45.7]) by mail.tml.hut.fi (8.11.0/8.11.0) with ESMTP id g0SBXq817863; Mon, 28 Jan 2002 13:33:52 +0200 (EET) Received: from localhost (jsantala@localhost) by morphine.tml.hut.fi (8.9.3+Sun/8.9.3) with ESMTP id NAA13967; Mon, 28 Jan 2002 13:33:52 +0200 (EET) X-Authentication-Warning: morphine.tml.hut.fi: jsantala owned process doing -bs Date: Mon, 28 Jan 2002 03:34:00 -0000 From: Jukka Santala To: Anthony Green cc: Alexandre Petit-Bianco , rhug-rhats@sources.redhat.com Subject: Re: libtool woes In-Reply-To: <1011908794.3756.10.camel@dhcppc2> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00008.txt.bz2 On 25 Jan 2002, Anthony Green wrote: > On Tue, 2002-01-22 at 04:10, Jukka Santala wrote: > > Attached patch tries to include portability, in particular for > > cross-compiling and alternate toolchains, by having both gcj and gcjh > This looks good to me. Thanks! I can check this in over the weekend, > or we can set up write access for you. Seems like it wasn't applied in yet, I guess in the end it's the same to me, but since I doubt I'll become an active contributor to this project at this time, it's probably easier if somebody else applies it and does the required auto-generated-file update as well. > BTW - I'm curious about the cross compiler you're using. What's your > target? It's more of an experiment so far, and not going too well, but then, that's the only way to get things working eventually. Target is arm-linux with strongarm110 cpu, specifically the Compaq iPAQ handhelds running Linux (Familiar) distribution. Because the Java JIT compilers on that platform aren't very advanced, ability to pre-compile the source especially for resource-intensive parts like Xalan/Xerces parsing would be really welcome. -Jukka Santala