我想知道是否有人可以帮助我。我使用CYGWIN和本教程编译了Windows中的GROMACS - http://megaddl.pcriot.com/installing-gromacs-5-1-1-in-windows-using-cygwin/
但是,当我去make install时,我得到以下输出:
$ make install
[ 0%] Built target fftwBuild
[ 0%] Built target tng_io_zlib
[ 1%] Built target tng_io_obj
[ 98%] Built target libgromacs
[100%] Built target template
[100%] Built target view_objlib
[100%] Built target mdrun_objlib
[100%] Built target gmx
[100%] Built target mdrun_test_objlib
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /usr/local/gromacs/share/gromacs/COPYING
CMake Error at cmake_install.cmake:31 (file):
file INSTALL cannot set permissions on
"/usr/local/gromacs/share/gromacs/COPYING"
知道我该怎么做才能纠正这个问题?