Share

GSL Java Interface

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Undefined Reference "gsl_warning()"

You are viewing a single message from this topic. View all messages.

  1. 2005-07-26 14:49:34 UTC
    The current gsl-java distribution was linked against gsl v.1.3.

    The current gsl version (1.6?) may not support the "gsl_warning()" function - I did not check.

    In this situation you can just comment the associated
    JNI binding function(s) that invoke "gsl_warning()"
    (e.g. " Java_org_gnu_gsl_errno_Errno_gsl_1warning" in
    Errno.[ch])

    You can also comment the Java interface method
    ("gsl_warning" in Errno.java) but if you don't the
    source will still compile, and binaries will link and run OK
    as long as you don't try to exercise the binding.

    Likewise for other bindings that don't match.

    /mark
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.