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
Andrew Haley writes:
> 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.
I'm sorry, I missed the "and link" part of your question. Configury
tests of this kind really aren't going to work. For things like tests
for PIC, it's pointless: gcj supports the same options as gcc.
Andrew.