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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=mS2 mueuw89tWY/MBwDllMzFKuw89Fv/a470wyL3awchX+qdXl+aXpkPm1D4FNq7ZByH b+NCFYGujh7PZLO3eI1LsouFziUgguLMwxpbeS3zXqon4MFzjYd3AYDadgJ/Y/Dj f+Mub6GNSRvYpriLgI2VFlWK6Zju6i5WDG6RFVXw= 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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=JlK5SG5zx X1m4OwjbJneikqxfJo=; b=jfes0vJ/YUVHLRttpMOX+oQQ8yLFPXXkWprHvk/i1 8RfExnkFj5Sp7KYmXA4K08hDwe8Phh9lzCR17qI1ZmyZ/3aGPto4iPnGwUd3St5p 5wuqV21jA0TVFROOt2ARUdpYGdB756MmbuWCMhm5/+0mDC5AZDtdgdBhbkG0xfqi 54= 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=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_VIA_APNIC,RP_MATCHES_RCVD,SPF_HELO_PASS,T_MANY_HDRS_LCASE autolearn=ham version=3.3.1 From: Fedin Pavel

To: cygwin AT cygwin DOT com Subject: UNC and POSIX paths Date: Mon, 17 Jun 2013 17:36:42 +0400 Message-id: <003501ce6b5f$b41f2c10$1c5d8430$%fedin@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Hello! I decided to pay attention to one more problem. Lots of not very well written configure scripts and makefiles like to access things like '//usr/bin'. Under Cygwin this causes problem because Cygwin treats '//' in Windows-style as access to network shares. What if we change this ? We could have a mount entry, something like '/unc' (or /smb, /net, whatever) and access it like '/smb/computername/sharename'. I think this would improve POSIX compatibility a lot. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- 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