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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=IVAY+a5DYU8bi7jWZ5sY/+RuACbiCBufQ47n3ICQICxKwcfhNV0xz i2Jdwim2qZoDzzrLxFl9ffa7SZZB6kHlkj2P49XALko2AIYmx8qcDQsqvYeStFbU AQuAgsVug9d6CIVqy2dNMRnqdcH3llVBgNjQLTL7Fg/HR1KHzA/1TY= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=qMzW2IHBX6pxyDlbKSvUgGXfNDM=; b=aSv4qhK9BogqrGCiFxn5eR9hMNll hK6NrWclsNjkRSfkofJ7oiJbt6bDbUywpavvIINnkEtFJBWdEqn+hZZZYOcIggkA UBsRBkfgu1/Dhh5emZZ3gw8kRZewb0U/oy1XDBA01SQn833B/0M/QttrqFV8Ordm G7CVNjoUPxUogo4= 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.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19TrNifUs63btEmHNJl0m8L Date: Mon, 17 Jun 2013 10:05:20 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: UNC and POSIX paths Message-ID: <20130617140520.GA878@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <003501ce6b5f$b41f2c10$1c5d8430$%fedin AT samsung DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003501ce6b5f$b41f2c10$1c5d8430$%fedin@samsung.com> User-Agent: Mutt/1.5.20 (2009-06-14) On Mon, Jun 17, 2013 at 05:36:42PM +0400, Fedin Pavel wrote: > 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. To rephrase what you're asking: "How about if we change Cygwin's path-handling to deviate from 15 years of established behavior?" Sorry, not going to happen. We're within our rights to treat // differently and, although it doesn't give us complete Linux compatibility, this is one case where the utility outweighs the pedantry. That said, I guess we *could* add something like the above and only use it when it was specifically mounted but that would be a fair amount of work. -- 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