[R] make install libgfortran.so.5: cannot open shared object file: No such file or directory; conftest.c:1:10: fatal error: jni.h: No such file or directory

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Tue Nov 22 09:05:56 CET 2022


On Mon, 21 Nov 2022 13:19:22 -0500
Rob Kudyba <rk3199 using columbia.edu> wrote:

> What would the ./configure options look like?

./configure LDFLAGS="-L/path/to/gcc -L/path/to/pcre"

Here's where LDFLAGS is interpreted and appended to LD_LIBRARY_PATH:
https://github.com/r-devel/r-svn/blob/d6fc5e0a983eaa61439d67cfff4dc4097698c831/configure.ac#L821-L828

-- 
Best regards,
Ivan



More information about the R-help mailing list