Hi, Oscar. On Mon, Dec 22, 2008 at 11:06 AM, Oscar Bacho <[email protected]> wrote: > In Fedora 10 the path /usr/X11R6/lib64 is not. > The lib's Xtst, Xext are installed in /usr/lib64 according to: > rpm -q -l libXtst > /usr/lib64/libXtst.so.6 > /usr/lib64/libXtst.so.6.1.0
Would it help to add /usr/lib64 to makefile? To do that: 1. Locate the makefile. The corresponding place in SVN is: http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk/depends/build/platform/ 2. Fix the XLIBS line: XLIBS = -L/usr/lib64 -L/usr/X11R6/lib64 -lX11 -lXft -lXext -lXtst 3. Run the build again to be sure it works. Thanks, Aleksey.
