-
From: Dimitris Terzis <[EMAIL PROTECTED]>
To: 'Java-Linux mailing list' <[EMAIL PROTECTED]>
Sent: Tuesday, August 31, 1999 4:42 PM
Subject: Native library problem
> Hi guys...
>
> Someone give a hint please, because I 'm next to madness and I don't want
Hi...
> The beginning of the name also matters. That call will expect to load a
> library named "libtest_lib.so". Other requirements: build the sources
> with the "-fpic" flag, and link the library with the "-shared" flag.
Thanks! About 5 minutes ago, I tried the lib prefix and it worked (I mean
-
From: Dimitris Terzis <[EMAIL PROTECTED]>
To: 'Java-Linux mailing list' <[EMAIL PROTECTED]>
Sent: Tuesday, August 31, 1999 4:42 PM
Subject: Native library problem
> Hi guys...
>
> Someone give a hint please, because I 'm next to madness and I don't want
Dimitris Terzis wrote:
>
> Hi guys...
>
> Someone give a hint please, because I 'm next to madness and I don't want to
> break my machine... I have a very-very simple native library, say test_lib,
> which I try to load with System.loadLibrary("test_lib"). The £$^£@& compiler
> insists that it's
Hi guys...
Someone give a hint please, because I 'm next to madness and I don't want to
break my machine... I have a very-very simple native library, say test_lib,
which I try to load with System.loadLibrary("test_lib"). The £$^£@& compiler
insists that it's not in java.library.path. I printed ou