This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ 3.2 for Win32: Updated Snapshot
>>>>> "Kirk" == Kirk Vogen <kirkvdevw@us.ibm.com> writes:
Tom> Did you try compiling straight from the source?
Kirk> No, I haven't tried that. I thought about it, but doing it
Kirk> this way gives more flexibility (IMHO); if the Ant script
Kirk> is structured properly, it can have two paths:
You'll get worse performance though.
Kirk> a) .java->.class->.o->executable/library
Kirk> b) .java->.class->.jar
You could also compile the entire .jar file at once to a .so.
Tom