This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: internal compiler error: in size_binop
>>>>> "Brian" == C Brian Jones <cbj@gnu.org> writes:
Brian> I took another look and it was barfing
Brian> when it included a j2sdk jni.h file without having the directory
Brian> jni_md.h is in also on the include path, so jni_md.h wasn't found and
Brian> the build barfed a lot. What would be the right flag to have it use
Brian> whatever comes with gcj?
Just plain "gcc" should find the jni.h that comes with libgcj.
If that doesn't work, perhaps gcc was misinstalled somehow.
Tom