This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: CNI and interface methods


> > (Actually I was using -fPIC, but I've tried again with -fpic
> > instead, in case it made a difference... still getting the same
> > segfault though.)
> 
> Here are my changes.  I also got rid of antlr-runtime which didn't
> seem necessary.

Thanks again!  At first I thought I'd made identical fixes already, and
the segfaults were still happening. But getting rid of antlr-runtime is
the key -- turns out there are some symbols in common between
antlr-runtime and antlr, and I'm guessing that some version skew
between those was causing the problem. Phew!

Stephen


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