Displaying 1 result from an estimated 1 matches for "librsess".
Did you mean:
libressl
2024 Feb 20
1
Compiling libR as a standalone C library for java+jni (-fPIC)
...** [Makefile:49: configure] Error 1
```
removing the XXXFLAGS=YYY and --prefix (?) allows R to be compiled but It's not loaded into java.
```
gcc? -ITMP -I${JAVA_HOME}/include/ -I${JAVA_HOME}/include/linux \
??? -LTMP/R-4.3.2/lib `TMP/R-4.3.2/bin/R CMD config --cppflags` -shared -fPIC -o TMP/libRSession.so? -g RSession.c TMP/R-4.3.2/lib/libR.a
/usr/bin/ld: TMP/R-4.3.2/lib/libR.a(objects.o): warning: relocation against `R_dot_Method' in read-only section `.text'
/usr/bin/ld: TMP/R-4.3.2/lib/libR.a(altrep.o): relocation R_X86_64_PC32 against symbol `R_NilValue' can not be used when ma...