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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=LbJlC9d0iSQ0kweLM14x+1GKsbXkG uKJduK3a85qgnKG1g1sMjXvEpkuS+UEWvqlsmllcSzPFFeG+r74btAdG4oHJb3gQ xNChE7jg8aHUvQZIzzAO9CNMHb00ncshwX7dUkQ0epJz8PCxF6u1XCfxkj1EIwvf I2/hlYhwZBq0Sk= 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:date:message-id:subject:from:to :content-type; s=default; bh=VOTGvHodM6TfcfpOxDNBAeutQ1Q=; b=JUa 4PVc6hWVo5GMnNwgyPEXJLxRuVD9kaTWR7UNvCZ+zc7NLSPPLvvwIeOfJEev1Bw3 wt3Zt6ZNboUlpxHt1sKdum4t5nmctv3Hz77wyZv/oAn2UHyAudcXphNHZAZffG12 mBr76CAP394KSNdXeCU1GfOM6JIp93dvA5z21+Io= 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.4 required=5.0 tests=AWL,BAYES_00,CHARSET_FARAWAY_HEADER,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_LR,TW_RW,TW_WX,TW_XR autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.180.126.10 with SMTP id mu10mr3815833wib.64.1371444182663; Sun, 16 Jun 2013 21:43:02 -0700 (PDT) Date: Mon, 17 Jun 2013 08:43:02 +0400 Message-ID: Subject: Native symlinks troubles From: =?KOI8-R?B?4czFy9PFyiDwwdfMz9c=?= To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 This simple example illustrate problem with using native symlinks. $ export CYGWIN=winsymlinks:nativestrict $ mkdir bld && mkdir source && touch source/srcfile && ln -s ../source/srcfile bld/bldfile $ ls -l bld total 0 lrwxrwxrwx 1 alexey None 10 Jun 17 08:29 bldfile -> ce/srcfile /\/\ Instead "source/srcfile" it resolved as "ce/srcfile" This happen if I remove cygdrive folder from Cygwin root and add line to /etc/fstab: none / cygdrive binary,posix=0,noacl,user 0 0 Regards, Alexey. -- 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