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] | |
The result is that in the java-gnome configure step when a query for the location of libgcj-?.?.?.jar is made, via "locate", we get two versions and the configure fails.
I'd like to know if this check is even required.
Second, due to the nature of java-gnome it often requires the use ofI've seen problems occur with java-gnome when another, incomplete jni.h (from mozilla, iirc) gets picked up by gcc ahead of libgcj's, due to explicit -I's on the command line overriding the compiler's built-in include path. For that reason, we need to make sure that the correct jni.h is -I'ed on the command line ahead of any other jni.h's.
jni.h. I'd like to know if the gcj team provides a m4 macro that can be
used to find it or do we simply always assume that it is located
at /usr/include/libgcj-${gcjversion}/, or is this mostly system
dependant?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |