Displaying 1 result from an estimated 1 matches for "marksav".
Did you mean:
marksave
2000 Jan 17
1
dyn.load problem
...write modified versions of R save/load functions which read
from/write to a char array instead of a file pointer. I want to compile
my functions into a library and dyn.load them. Of course the new functions
mySave/Load will use some of the internal R functions used by save/load,
for example "MarkSave" (to be found in .../src/main/saveload.c). I
declared them as
external void MarkSave(SEXP s);
....
in my code. When I do dyn.load("myLib.so") I get the error
Error in dyn.load(x, as.logical(local), as.logical(now)): unable to load shared
library "myLib.so":
myLib.so...