Displaying 1 result from an estimated 1 matches for "newrcppmatrixexample".
2013 Dec 02
0
g++ ignores TMPDIR when called from install.packages
...-o
newRcppStringVectorExample.o
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 newRcppVectorExample.cpp -o newRcppVectorExample.o
g++ -shared -o RcppExamples.so RcppDataFrame.o RcppRNGs.o
newRcppDateExample.o newRcppMatrixExample.o newRcppParamsExample.o
newRcppStringVectorExample.o newRcppVectorExample.o Fatal error: creating
temporary file for '-e' failed -L/usr/lib/R/lib -lR
g++: error: Fatal: No such file or directory
I get the same error for every package that depends on Rcpp. For some
reason it only happens f...