This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: PR libjava/32078: Update libtool in classpath
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.