search for: r_init_lib

Displaying 1 result from an estimated 1 matches for "r_init_lib".

Did you mean: __init_libc
2012 Jun 12
2
How to change name of .so/.dll
...some implicit restrictions on this mechanism as the basename of the DLL needs to be both a valid file name and valid as part of a C entry point (e.g. it cannot contain ?.?): for portable code it is best to confine DLL names to be ASCII alphanumeric plus underscore. As from R 2.15.0, if entry point R_init_lib is not found it is also looked for with ?.? replaced by ?_?. " But how do I confine the DLL name, is it an option in Makevars? The name of the shared object is currently "data.table.so" (data.table.dll on Windows). Is it possible to change the file name to "datatable.so"...