Re: cannot use swig native shared libraries

2009-06-17 Thread Antonio, Fabio Di Narzo
. Thanks for the great work, all the bests, Antonio, Fabio Di Narzo. On Apr 29, 12:42 pm, Antonio, Fabio Di Narzo antonio.fa...@gmail.com wrote: 2009/4/29 Tony Hursh tony.hu...@gmail.com: On Apr 27, 2009, at 8:45 PM, jim wrote: Hey Antonio, I'm getting a similar error. I wanted to call

Re: cannot use swig native shared libraries

2009-04-29 Thread Antonio, Fabio Di Narzo
a java class and a shared library. I added the class to my classpath and was able to import my UID class. But when I tried to call the UID.setuid method, it gave me that UnsatisfiedLinkError. Did you find a solution to your problem? Jim On Apr 22, 8:41 am, Antonio, Fabio Di Narzo antonio.fa

Re: cannot use swig native shared libraries

2009-04-28 Thread Antonio, Fabio Di Narzo
to my classpath and was able to import my UID class. But when I tried to call the UID.setuid method, it gave me that UnsatisfiedLinkError. Did you find a solution to your problem? Unfortunately, no. a. Jim On Apr 22, 8:41 am, Antonio, Fabio Di Narzo antonio.fa...@gmail.com wrote: Hi all

Re: cannot use swig native shared libraries

2009-04-28 Thread Antonio, Fabio Di Narzo
2009/4/28 Rich Hickey richhic...@gmail.com: On Apr 22, 9:41 am, Antonio, Fabio Di Narzo antonio.fa...@gmail.com wrote: Hi all. I'm having problems with using swig-generated wrappers with Clojure. I'm running ubuntu-8.04-i386, gcc-4.2.4, swig-1.3.33, openjdk-1.6.0, latest clojure release

Re: cannot use swig native shared libraries

2009-04-23 Thread Antonio, Fabio Di Narzo
with -shared? maybe just adding -fpic to: gcc -fpic -shared ${JNI_CFLAGS} swig_test_wrap.c -o libswig_test.so might do it. On Apr 22, 6:41 am, Antonio, Fabio Di Narzo antonio.fa...@gmail.com wrote: Hi all. I'm having problems with using swig-generated wrappers with Clojure. I'm running ubuntu

cannot use swig native shared libraries

2009-04-22 Thread Antonio, Fabio Di Narzo
JNI wrappers with clojure and, vice- versa, swig-generated wrappers with plain java code. What I'm missing here? Anybody can help? Bests, Antonio, Fabio Di Narzo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups