Re: CNI and interface methods
Stephen Kell <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
> > (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