Displaying 1 result from an estimated 1 matches for "iapi".
Did you mean:
api
2013 Sep 30
2
R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error
Hello.
When trying to compile R-3.0.2 on Windows 7 64bit, I get an error relating to "alone_decoder.c: Permission denied." The entire error code is copied below.
gcc -std=gnu99 -m64 -shared -o Riconv.dll Riconv.def win_iconv.o
touch stamp
gcc -std=gnu99 -m64 -I../../include -I. -Iapi -DLZMA_API_STATIC -DHAVE_CONFIG_H
-DWIN32 -O3 -Wall -pedantic -march=core-avx-i -O3 --param l1-cache-line-size=64
--param l1-cache-size=32 --param l2-cache-size=256 -c alone_decoder.c -o alone_decoder.o
cc1.exe: fatal error: alone_decoder.c: Permission denied
compilation terminated.
make[5...