我正在尝试在cygwin中安装新版本的gcc。我按照这个链接。 http://preshing.com/20141108/how-to-install-the-latest-gcc-on-windows/
下载并安装cygwin64后,我将setup-x86_64.exe从我的下载文件夹移动到cygwin64文件夹,该文件夹位于我的C盘中。然后我cd到cygwin64目录并使用步骤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
但是它说了以下
-bash: setup-x86_64.exe: Permission denied
任何人都知道如何解决这个问题?