Displaying 1 result from an estimated 1 matches for "r15756".
Did you mean:
515756
2016 May 17
2
R-3.3.0 Base: Windows compilation fails while building 'base' package
...-c Lapack.c -o Lapack.o
windres -F pe-x86-64 -i dllversion.rc -o dllversion.o
gcc -std=gnu99 -m64 -shared -s -o lapack.dll lapack.def Lapack.o
dllversion.o -
L../../../bin/x64 -lRlapack -lRblas -lR
cp lapack.dll ../../../modules/x64/lapack.dll
building package 'base'
cannot create /tmp/R15756: directory nonexistent <-------------------
mv: cannot stat '/tmp/R15756': No such file or directory <---------------
make[3]: *** [mkR1] Error 1
make[2]: *** [all] Error 2
make[1]: *** [R] Error 1
make: *** [all] Error 2
I'm not sure what else I need to do. Please help.
Tha...