I have to install an R package in my linux workstation (Debian 11, kernel 5.10.0-33-amd64) using particular compilation flags but I am in trouble. From root:
R CMD INSTALL --configure-args="CXXFLAGS=-lrt" /path/to/my/package.tar.gz
but in the compilation result I see that the flags are ignored and the package failed to install.
How can I install this package?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742266756a4411940.html
评论列表(0条)