Re: [Java-gnome-developer] can't find libgcj.jar
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2004-01-26 17:01:04
|
Il sab, 2004-01-24 alle 15:07, Nicolas Mommaerts ha scritto: > When ./configure'en the latest java-gnome version I get that it doesn't > find the libgcj.jar file. After some searching I found that a lot of > people have this problem. The libgcj.jar on my system (Gentoo) is > located in /usr/share/gcc-data/i686-pc-linux-gnu/3.2/java and is > actually called libgcj-3.2.3.jar > > I don't know how to adjust ./configure so that it goes looking there, > how do I do this? ./configure it's just generated from configure.in by autoconf which in turn is generated from configure.in.in by Mark's genConfigure perl script. However the relevant files you want to modify to improve gcj discovery are: aclocal.m4 am_path_gcj.m4 as a quick 'grep -R libgcj *' reveals ;) Also please use the latest cvs-head version (it depends on gnome-2.5.3). Thanks and good hack ;) -- Luca De Rugeriis <pie...@li...> |