search for: jnilib

Displaying 5 results from an estimated 5 matches for "jnilib".

Did you mean: gnulib
2012 Feb 19
2
JGR Segmentation fault
...s/2.14/Resources/jgrLaunch ; exit; /usr/local/Cellar/r/2.14.1/R.framework/Versions/2.14/Resources/library: Permission denied. Loading preferences from /Users/User/.JGRprefsrc JGR R_HOME: /usr/local/Cellar/r/2.14.1/R.framework/Resources libroot: /Users/User/Library/R/2.14/library/ Attempting to load jnilib: /Users/User/Library/R/2.14/library/rJava/jri/libjri.jnilib Segmentation fault logout [Process completed] -- View this message in context: http://r.789695.n4.nabble.com/JGR-Segmentation-fault-tp4401260p4401260.html Sent from the R help mailing list archive at Nabble.com.
2009 Feb 28
2
Using JRI and Java 1.6 on MAC OS X
...'t get JRI to work with this setup. Here is what I get: Cannot find JRI native library! Please make sure that the JRI native library is in a directory listed in java.library.path. java.lang.UnsatisfiedLinkError: /Library/Frameworks/R.framework/ Versions/2.8/Resources/library/rJava/jri/libjri.jnilib: at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1739) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLi...
2004 Sep 10
1
linking with libFLAC on Mac OS X
...ls me the libFLAC.a TOC is out of date, so run ranlib. So then I run ranlib, and it seems to be okay, except I then get undefined symbol errors: % cc -bundle -I/System/Library/Frameworks/JavaVM.framework/Headers -I./flac-1.0.2-osx-ppc/include/ -L./flac-1.0.2-osx-ppc/lib/ -lFLAC -o libflacjmf.jnilib -framework JavaVM flacdecoder.c /usr/bin/ld: Undefined symbols: _FLAC__stream_decoder_process_metadata I've tried it even without the Java-specific options, and it still fails. Has anyone had any luck linking with libFLAC on OS X? Any help would be appreciated. Thanks, Chris -- Chris Cam...
2013 Jan 15
1
Mac libgfortran.2.dylib
Howdy, I was under the impression that CRAN took care of automagically making sure the CRAN compiled fortran was linked to the fortran libs distributed in R binaries. Today was the first day I was on a mac without Xcode and found my fortran based package has issues, which appears only on the mac. Do we need to have a special compile library path set in the Makefile to direct CRAN to the R
2007 Feb 04
1
Java Bindings on a Mac
I had to make some changes (sorry no diff available) to "configure" in 0.9.9 of the bindings so that I could compile them for OS X 10.4.8. Essentially I replaced the the paths to jni.h with /System/Library/Frameworks/JavaVM.framework/Headers. It compiled without error and created both libxapian_jni.so and xapian_jni.jar in the "built" subdirectory when I ran "make