Current Status of Kaffe / Bugs with Swing
Archie Cobbs
archie at whistle.com
Sun Sep 6 13:43:43 PDT 1998
Wolfgang Mües writes:
> I downloaded the current Kaffe-snap ( 06. Sept. 98) and installed it.
>
> Installation problem: ( Suse 5.2, PC)
>
> the library libz.so is in /usr/X11/bin. The configure script fails (?) to add
> this path to the linker command. To make it work, I had to add a -L/usr/X11/bin.
/usr/X11/bin seems like a weird place for libz.so to live.
Is this where Suse Linux installs it?
If you put it in a "normal" place then configure should find it...
from configure.in:
dnl Check for libraries for zip library.
AC_CHECK_LIBRARY(z,deflate,ZIP_LIBRARIES)
AC_SUBST(ZIP_LIBRARIES)
Try moving it to /usr/local/lib and see if that helps.
-Archie
___________________________________________________________________________
Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com
More information about the kaffe
mailing list