>>>>> "David" == David Daney <[EMAIL PROTECTED]> writes:
David> The call to _ZN4java4lang6ObjectC1Ev is being generated as non-pic, David> even though that symbol is defined in libgcj.so. The assembler and David> linker conspire to jump to address 0x00000000 for this call. Could also be the problem reported at the end of: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30606 Tom