This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR libjava/32078: Update libtool in classpath


Paolo Bonzini writes:
 > 
 > >>  > > 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?
 > 
 > No, you don't.

Yeah, you do.  Executables are all linked against libgcj, so you
really do require it.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]