This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj 4.0.2 seg fault
I think I might have seen this once before and ignored it because
compiling multiple jars is a pretty weird thing to do. :-)
I guess this should be fixed.
If you want to setup the rule that you cannot compile multiple
jars at the same time that's fine. I'll roll with it.
Originally I tried to setup a single gcj compile command
to compile all of my .java files and a dozen or so jars in one
fell swoop. Didn't know better. Started breaking it down
because that didn't work. But I have no problem
ending up with a one-to-one correspondance between
compiled blat.jar and libblat.so.
Thanks