similar to: Compiling libR as a standalone C library for java+jni (-fPIC)

Displaying 20 results from an estimated 3000 matches similar to: "Compiling libR as a standalone C library for java+jni (-fPIC)"

2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote: > >> >> ./configure --enable-maintainer-mode ... Two things here - possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure) - don't turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you
2015 Nov 26
0
compile question
On 2015-11-23 23:43, peter dalgaard wrote: >> On 23 Nov 2015, at 22:30 , aixtools<aixtools at gmail.com> wrote: >> >>> ./configure --enable-maintainer-mode ... > Two things here > > - possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure) > > - don't turn on mantainer mode. You are not a
2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
I have been trying to compile the earth Multivariate Adaptive Regression of Splines package as a standalone application under Linux (x86_64 kernel-2.6.27.21 openSUSE 11.1) with gcc 4.3.2. The package compiles without problems from within R as an R module and I get the following linker error: earth.c:(.text+0x1a14): undefined reference to `dqrdc2_' earth.c:(.text+0x1ae4): undefined
2015 Nov 26
2
compile question
If you do want to play with maintainer-mode, first check out https://developer.r-project.org/R-build-prerelease it is what is done in the nightly builds on OSX. (Actually Mavericks. The comment is old.) -pd On 26 Nov 2015, at 14:38 , Michael Felt <aixtools at gmail.com> wrote: > On 2015-11-23 23:43, peter dalgaard wrote: >>> On 23 Nov 2015, at 22:30 , aixtools<aixtools at
2006 Oct 31
0
6285992 JNI should make use of dm_inuse() when 6343802 is fixed
Author: talley Repository: /hg/zfs-crypto/gate Revision: ee193c0b713e5b433df62de6679214ea81efd17b Log message: 6285992 JNI should make use of dm_inuse() when 6343802 is fixed 6399767 JNI: pools without root datasets are not modeled in JNI Files: update: usr/src/lib/libzfs_jni/common/libzfs_jni_dataset.c update: usr/src/lib/libzfs_jni/common/libzfs_jni_dataset.h update:
2011 Jan 13
3
Wine app, can use Linux Java (JNI)?
I have a windows application that use Java virtual machine through JNI for run this application i've installed also JRE on Wine. The application works well but is there a way to use the Java virtual machine installed on Linux machine instead of JVM installed in wine ?
2009 Nov 09
0
Thanks, cloning support, JNI, and new project using Speex
Hi Speex devs! This is firt a warm thanks for your efforts and for making Speex a reality. Well done! I developped a teleconference application, using Speex as the codec for the audio layer. The project is http://www.encours.org. In the course of this project I had the following use case: - Participants connect to the conference. Each participant sends a Speex encoded stream. - A common
2011 Mar 22
0
JGR compile problem: JNI type error with a twist
Hi folks: Updated my system again and am stuck on a JGR compile problem. What I've seen in discussion of the problem doesn't seem to be helping. As others have encountered, it can't compile rJava (for one), getting this error: checking JNI data types... configure: error: One or more JNI types differ from the corresponding native type. Also, consistently with what others report,
2001 Apr 05
1
JNI Wrappering OpenSSH ?
I am currently toying with various avenues for doing some secured file transfers from a javaland process. Realistically on the server side the thing I want is OpenSSH's sftp server. My question is, on the client side, how to get java to talk ssh2 secsh file xfer. Would a sane approach be to find the appropriate points of OpenSSH and turn it into a java library by liberal application of JNI,
2010 Sep 26
0
[LLVMdev] Using LLVM from Java: using the incomplete binding or build a jni for llvm-c ?
I need to use LLVM from Java, which approach do you recommend? -- View this message in context: http://old.nabble.com/Using-LLVM-from-Java%3A-using-the-incomplete-binding-or-build-a-jni-for-llvm-c---tp29811105p29811105.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2008 Dec 15
1
WineLib and Java Native Interface (JNI) - UNIX
Hi All, I have implemented a JNI library on window that call the C++ dll APIs. Now I want my JAVA program is run on the UNIX system. I have used WineLib to wrapper Window Dlls to the Share Object Lib (so lib) (Using Winedump and Winegcc to build). The functions in the so lib can work normally with my C main test function. BUT when I call it from Java. The function can linked BUT it is crashed at
2007 Oct 02
0
Anyone tried to call speex from jni? Need help here!
Hello folks. I am using speex through jni. I have no problem doing encoding and decoding but I would like to use the preprocessor feature. The problem is my JVM always crash when speex_preprocess_run() is invoked. I cannot give conclusion that it is this function that caused the error because I checked the error log and there is no trace to it. However, if I commented out this line, everything
2012 Jun 23
0
[LLVMdev] Performance of JNI in VMKit
Hi Bruno, On Wed, Jun 20, 2012 at 3:04 PM, Bruno Daniel <abml at mailoo.org> wrote: > Dear developers, > > Are there any benchmarks for the performance of Java Native Interface (JNI) > calls in VMKit? Since VMKit is based on LLVM which can also run C++ code > (maybe in the same just-in-time compiler?) I guess calls from Java to C++ > and > back could be much faster
2012 Jun 20
2
[LLVMdev] Performance of JNI in VMKit
Dear developers, Are there any benchmarks for the performance of Java Native Interface (JNI) calls in VMKit? Since VMKit is based on LLVM which can also run C++ code (maybe in the same just-in-time compiler?) I guess calls from Java to C++ and back could be much faster than in Sun's JVM which has extremely slow C++ -> Java callbacks. If this was the case, this would be a big advantage of
2005 Jul 20
0
which kind of Java SDK I download for jni.h
Hi, it?s in jdk1.5.0_01 on folder "include". Diego Mi?ano S?nchez Plan Global de Tesorer?a - Tecnolog?a Tlfno: +34(91)28 98188 dminano@servexternos.gruposantander.com ******************AVISO LEGAL********************** Este mensaje es privado y confidencial y solamente para la persona a la que va dirigido. Si usted ha recibido este mensaje por error, no debe revelar,
2012 Jun 27
1
[LLVMdev] Performance of JNI in VMKit
Hi Nicolas, thanks for your detailed answer! Now I understand the issues a little better. I'm going to install LLVM + Vmkit and try it out using JNI. Regarding the garbage collector, do you think that the Garbage Collection ABI of C++11 could be implemented in a way compatible to the JVM's garbage collector? http://www2.research.att.com/~bs/C++0xFAQ.html#gc-abi Perhaps this could make
2006 Dec 23
1
Re: Xapian jni
On Fri, Dec 22, 2006 at 12:31:08PM -0500, Alex Kushkuley wrote: > If I understood correctly, the Xapian JNI layer keeps the "C-shadows" > of all the org.xapian Java objects in hash maps untill objects are > finalized by Java garbage collection. The java finalize method for an > org.xapian object is overriden and among other things it calls native > method that removes the
2006 Oct 31
0
PSARC 2006/054 DTrace JNI Binding
Author: tomee Repository: /hg/zfs-crypto/gate Revision: 367993089b181886f94c88ffa5759d0626e95ad7 Log message: PSARC 2006/054 DTrace JNI Binding 6384263 PSARC 2006/054 DTrace JNI Binding Files: create: usr/src/lib/libdtrace_jni/Makefile create: usr/src/lib/libdtrace_jni/Makefile.com create: usr/src/lib/libdtrace_jni/amd64/Makefile create: usr/src/lib/libdtrace_jni/common/dtj_attr.c create:
2010 Aug 13
1
Installing rJava fails on Gentoo (amd64) with Sun JDK - checking JNI data types... error
Installing rJava fails consistently, whether installed via the command line as below, or through "install.packages( 'rJava' )", and whether 0.84 or 0.85 is used, with the message :- "checking JNI data types... configure: error: One or more JNI types differ from the corresponding native type. You may need to use non-standard compiler flags or a different compiler in order to
2007 May 30
5
java bindings 1.0.0 - jni.h not found
Hi all, I am new to Xapian and want to use it with Java. In order to do that I tried to compile the Java bindings. I set XAPIAN_CONFIG and invoked "configure". However "./configure --with-java" exits with an error. Point of failure: checking for jni.h... no checking for jni.h in /usr/lib/jvm/java-1.5.0-sun/include... no checking for jni.h in