X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=bv DuOWt4Z+GZghX1FBWsi9UZlksrcAzGKmi7UigtlLcUkSHvDtKv25FSCrBdOcXH8q gLMJP+7rri/MJq+Q3Pdch1QM0ntaksKu48b42dtRkaSv6iirzy+UDx8Tycb2vI9D qzaaT0Gv04M+65+Ope4HrWM8hHM9r3YLI4kLbdGHw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=Yd7pC1aT TpUBSasbIz5ABEXYZFw=; b=uBn8kYYb09h6pg9K+rjrMYQPsOlJtZ8qOcVLohP7 5KDUpLOsnBUTieqyh2Xt/fmKUh3JQSCWs+9S66l2eTSSFoTbgU8vi/4htdccsh/L Mu2fcIpScQqXbVkf/2mJSHDTeFHVaNdS1xyXFBHL0YhqE99rDQuBECi8PkpM3xA1 jZE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_RW,TW_WX autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.194.239.225 with SMTP id vv1mr8741114wjc.63.1371813480500; Fri, 21 Jun 2013 04:18:00 -0700 (PDT) In-Reply-To: References: <20130621083332 DOT GI1620 AT calimero DOT vinschen DOT de> <20130621110435 DOT GA2781 AT calimero DOT vinschen DOT de> Date: Fri, 21 Jun 2013 13:18:00 +0200 Message-ID: Subject: Re: Problems with file permissions during a build From: Arjen Markus To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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