Library problem in jni.cc on Linux

Jeff Sturm jsturm@one-point.com
Thu May 3 15:17:00 GMT 2001


On 3 May 2001, Tom Tromey wrote:
>  #ifdef USE_LTDL
>    lt_dlinit ();
> +  lt_dlhandle self = lt_dlopen (NULL);
> +  if (self != NULL)
> +    add_library (self);
>  #endif

Note that this will cause self to be searched first, not last (which is
probably what you want anyway).

Jeff





More information about the Java mailing list