Thanks for your reply. Actually my problem is not how to install the
libraries in the sense of copying them to the right place, but how to
build more than one .so or .dll file. Anyway, I did read the code and
found that absence of a Makefile, a single library is built from all
source files in d
R CMD INSTALL is R code, and you can read it for yourself rather than
asking other people to do so for you. If you look in
tools:::.install.packages you will see
shlib_install <- function(instdir, arch)
{
files <- Sys.glob(paste0("*", SHLIB_EXT))
if (leng