This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ application runs not too bad with shared libs, but crasheswith static libs - seems to be in _Jv_MonitorEnter
Adam Megacz writes:
>
> Andrew Haley <aph@redhat.com> writes:
> > > > http://dist.xwt.org/xwt-0268.linux.gz
>
> > This looks to me like there may be some sort of version mismatch with
> > libraries.
>
> The binary above is statically linked...
Yeah, but it's still loading dynamic libs. Try strace and see.
Andrew.