X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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: <CABEPuQJNnVV4Kgxu81y2HO8BDrqHoYYOKdi2xV-XRM7BOSyT4A@mail.gmail.com>
Subject: Native symlinks troubles
From: =?KOI8-R?B?4czFy9PFyiDwwdfMz9c=?= <alexpux@gmail.com>
To: cygwin@cygwin.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

