Re: Native library problem

1999-08-31 Thread Sheng-Yih Wang
- 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

RE: Native library problem

1999-08-31 Thread Dimitris Terzis
atisfiedLinkError. Am I doing something wrong with the compilation process of the native library, libtest.so? Thanks, Dimitris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Native library problem

1999-08-31 Thread Sheng-Yih Wang
- 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

Re: Native library problem

1999-08-31 Thread Nathan Meyers
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"). T

Native library problem

1999-08-31 Thread Dimitris Terzis
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

Re: building a native library from two .o-files

1999-05-30 Thread Denis Riedijk
gcc -c -fPIC one.c -o one.o gcc -c -fPIC two.c -o two.o gcc -shared one.o teo.o -o libMyLib.so This works for me Dènis Riedijk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

building a native library from two .o-files

1999-05-30 Thread Olof Wolgast
I tried to build a library from two different c-source files. When the java-code called the method, I recieve UnsatisifiedlinkError. The methods isn't executed. But when I split it so that the c-sources are compiled in one library for each source file, everything is ok. Why? I use Slakware 3.6 an

Failed to locate native library

1998-11-13 Thread alex andrejin
hi! after decompressing the x86 and x86_native, and setting THREADS_FLAG, i get the following message after trying to execute 'appletviewer applet.html': "Failed to locate native library" am i missing something he

Re: Native Library

1998-11-11 Thread Juergen Kreileder
Anyway, I installed jdk117_v1a on my linux system and whenever I type Ron> javac, I get the following error: Ron> Failed to locate native library in path: Ron> Juergen> The message is actually from kaffe's javac. Juergen> export PATH=/usr/local/jdk11

Re: Native Library

1998-11-11 Thread Juergen Kreileder
and whenever I type Ron> javac, I get the following error: Ron> Failed to locate native library in path: Ron> The message is actually from kaffe's javac. export PATH=/usr/local/jdk117_v1a:$PATH or installing kaffe should do the trick. Juergen

Native Library

1998-11-11 Thread Ron Kinney
I hope that I am writing to the correct place. Any responses to this mail should be directed to this mail address for I have not subscribed to the list. Anyway, I installed jdk117_v1a on my linux system and whenever I type javac, I get the following error: Failed to locate native library in