Displaying 1 result from an estimated 1 matches for "tmpfdbj9kd".
2013 Dec 02
0
g++ ignores TMPDIR when called from install.packages
...) #doublecheck
install.packages("RcppExamples") #or any other c++ package
The compiling seems to be OK, but when creating the shared library g++
throws an error (see below). When using apparmor, it actually gives a more
detailed error stating that the process tried to create a file
/tmp/tmpfDbJ9KD, which was denied.
g++ -I/usr/share/R/include -DNDEBUG
-I"/home/jeroen/R/x86_64-pc-linux-gnu-library/3.0/Rcpp/include" -fpic
-O3 -pipe -g -c newRcppStringVectorExample.cpp -o
newRcppStringVectorExample.o
g++ -I/usr/share/R/include -DNDEBUG
-I"/home/jeroen/R/x86_64-pc-linux-gnu-...