This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
build macros and includes
- From: Ray Auge <rayauge at doublebite dot com>
- To: GCJ-Java <java at gcc dot gnu dot org>
- Cc: java-gnome-hackers <java-gnome-hackers at lists dot sourceforge dot net>
- Date: Sun, 03 Oct 2004 19:42:43 -0400
- Subject: 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>