I am trying to install new version of gcc in cygwin. I follow this link. http://preshing.com/20141108/how-to-install-the-latest-gcc-on-windows/
After I downloaded and installed cygwin64, I moved the setup-x86_64.exe from my download folder to cygwin64 folder, which is located in my C drive. Then I cd to cygwin64 directory and used the command shown in the step 2
$ C:\cygwin64>setup-x86_64.exe -q -P wget -P gcc-g++ -P make -P diffutils -P libmpfr-devel -P libgmp-devel -P libmpc-devel
But it said the following
-bash: setup-x86_64.exe: Permission denied
Anyone know how to fix this?