[sdljava-users] Library linking on GNU/Linux
Status: Beta
Brought to you by:
ivan_ganza
From: Robert S. <the...@gm...> - 2005-03-08 15:12:32
|
Hi, after an upgrade from libdirectfb-0.9.so.20 to 0.9.so.21 my SDLJava powered Java apps fail with this exception: java.lang.UnsatisfiedLinkError: /home/rob/workspace/freefodder/FFMKI/lib/native/linux-i386/libsdljava.so: libdirectfb-0.9.so.20: cannot open shared object file: No such file or directory Recompiling the sdljava's libraries solved the problem tentatively but I had a /usr/lib/libdirectfb.so (a symlink) on my system before and after the upgrade of directfb and it would be nice if libsdljava.so would be linked against this file instead. Without a change to this distributing a sdljava-based game via JNLP is pointless because I cannot control which minor version of sdl and directfb libraries are installed on the client machines (at least when I ship it with sdljava's JNI libraries) Any linker experts here? cu Robert |