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]

build macros and includes


Hello All,

I'm currently trying to resolve a problem with java-gnome and gcj.

I have two things I'd like cleared up. Must we locate libgcj.jar and add
it to the classpath or do we assume that gcj will pick the correct jar
on a system with multiple versions? i.e. Mandrake 10.1 bundles both
libgcj-3.3.2.jar and libgcj-3.4.1.jar .

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 of
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?

Thanks for the help,

-- 
Ray Auge <rayauge@doublebite.com>


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