Linking SUN OS 4.1.3 C code routines
gjorstad
gjorstad at atl.lmco.com
Tue Mar 25 11:52:17 PST 1997
I am compiling on SunOS-4.1.3 and using native libraries. For some
reason it requires that I my shared libraries have a 'kaffe' prefix.
For example, I create a symbolic link libkaffe_jtk.so to my actual
library libjtk.so. When I do a System.loadLibrary("jtk") it then finds
my library.
However, I just switched from version 0.7.1 and I haven't gotten my
native library code to work again yet. When it actually goes to make a
call to the native code I get a null pointer exception. My example is
rather complex so I won't post it but let me know if you see something
similar.
-Greg
More information about the kaffe
mailing list