From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28265 invoked by alias); 29 May 2007 14:40:25 -0000 Received: (qmail 28243 invoked by uid 22791); 29 May 2007 14:40:24 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 May 2007 14:40:22 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l4TEeKlM010636; Tue, 29 May 2007 10:40:20 -0400 Received: from zebedee.littlepinkcloud.COM (vpn-14-90.rdu.redhat.com [10.11.14.90]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4TEeG7p003986; Tue, 29 May 2007 10:40:17 -0400 Received: from littlepinkcloud.COM (localhost.localdomain [127.0.0.1]) by zebedee.littlepinkcloud.COM (8.13.8/8.13.5) with ESMTP id l4TEeDIq026314; Tue, 29 May 2007 15:40:14 +0100 Received: (from aph@localhost) by littlepinkcloud.COM (8.13.8/8.13.5/Submit) id l4TEe79A026309; Tue, 29 May 2007 15:40:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18012.15175.218349.19687@zebedee.pink> Date: Tue, 29 May 2007 14:43:00 -0000 From: Andrew Haley To: "H. J. Lu" Cc: Paolo Bonzini , Matthias Klose , gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Re: PATCH: PR libjava/32078: Update libtool in classpath In-Reply-To: <20070529143628.GA13198@lucon.org> References: <20070527182203.GA12846@lucon.org> <20070527182317.GA21785@lucon.org> <465C0461.2060605@ubuntu.com> <20070529131004.GB6442@lucon.org> <465C2D27.10500@gnu.org> <20070529134331.GA18576@lucon.org> <465C2ECF.3040006@gnu.org> <18012.13131.22905.678441@zebedee.pink> <20070529142459.GA12924@lucon.org> <18012.14391.920909.161358@zebedee.pink> <20070529143628.GA13198@lucon.org> X-Mailer: VM 7.19 under Emacs 22.0.93.1 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg01986.txt.bz2 H. J. Lu writes: > On Tue, May 29, 2007 at 03:27:03PM +0100, Andrew Haley wrote: > > H. J. Lu writes: > > > On Tue, May 29, 2007 at 03:06:03PM +0100, Andrew Haley wrote: > > > > > > I'm happy if you are. I just don't know enough about libtool to come > > > > to any conclusion. I do know that you can't compile Java source code > > > > during configury. > > > > > > Can I compile and link Java byte code during configure? > > > > Yes, you can. > > Do I need Java runtime library to create an executable from Java > byte code? Certainly. Any compile-and-link tests won't work. Andrew.