>>>>> "Torsten" == Torsten Rupp <[EMAIL PROTECTED]> writes:

Torsten>        Fixed missing JNI_JLONG_CONST* definitions (preliminary fix)

Torsten,

Another problem is that you need to add #include <assert.h> to a couple
of files.  Without these, the shared library will contain an external
reference to an 'assert' function.  This causes Kissme to fall over with
an unresolved reference when it loads the library, because 'assert' is
implemented as a macro.

-- Steve



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to