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: internal compiler error: in size_binop


>>>>> "Brian" == C Brian Jones <cbj@gnu.org> writes:

>> If your java code uses JNI to implement a native method, then you must
>> compile with '-fjni'.

Brian> Is it harmful to compile with -fjni when no JNI is used?

Only if you have a native method you want to work with CNI instead.
In the absence of native methods, -fjni is harmless (whenever 'gcj
-fjni' sees a native method, it generates a little stub function to
make a JNI call).

Brian> No comments on my automake problems?

Can you give more context for what you're trying to do?
Send me your Makefile.am, I'll take a look at it.

Tom


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