Thanks but that doesn't work: R cannot load a simple external library
even if the full path to the directory is specified in the LD_LIBRARY_PATH.
I posted a minimal example on gist.github:
https://gist.github.com/lindenb/7cd766cbb37de01f6cce
The simple C file is compiled but I'm not able to l
( cross-posted on SO: http://stackoverflow.com/questions/24955829/ )
I'm building a C extension for R, this library also uses the HDF5 library.
I compiled a dynamic library (gcc flags: -fPIC -shared
-Wl,-soname,libmy.so -o ../lib/libmy.so in a 'lib' directory:
$ file /path/to/my/lib/libmy.so
2 matches
Mail list logo