This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: SEGV
Johannes Zellner writes:
>
> static! yes! I tried indeed to link statically. Did I forget to tell you?
> If I link dynamically, everything works fine.
This looks like the infamous "static constructors" problem. There
have been a couple of patches posted for this. The most recent patch
wasn't committed because of worries about thread safety in
_Jv_RegisterClasses.
http://gcc.gnu.org/ml/java/2001-05/msg00046.html
Andrew.