Trying again: - Unpack the tar file in a separate directory, say, and create a work directory in which to configure and build it, something like:
src/ - contents of the tar-file work/ - directory to work in CMakeLists.txt - the main CMake file - Run CMake in the work directory: cmake -G "Cygwin Makefiles" ../src This should complete without problems. - Examine the contents of the directory src/include in the working directory. The file permissions for the file "gnulliver.h" are ----- This is the result on my machine: $ ls -l total 13 -rw-r--r-- 1 markus Unit DSC 1802 Jun 21 10:48 cmake_install.cmake drwxr-xr-x+ 1 markus Unit DSC 0 Jun 21 10:48 CMakeFiles ---------- 1 markus Unit DSC 41 Jun 21 10:48 gnulliver.h -rw-r--r-- 1 markus Unit DSC 5759 Jun 21 10:48 Makefile Regards, Arjen -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple