Re: [Rd] R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error

2013-10-03 Thread Uwe Ligges
On 30.09.2013 19:47, Adler, Avraham wrote: 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

[Rd] R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error

2013-09-30 Thread Adler, Avraham
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

Re: [Rd] R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error

2013-09-30 Thread Adler, Avraham
My problem appears to have been one of ignorance. I did not realize that once the directories were untarred, that copying the entire tree and renaming it may break permissions even on Windows. It appears that it does, as starting the compile immediately and not on a renamed copy seems to be