X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 02 Jan 2008 14:14:44 -0800 From: Jeff Subject: Re: [ANNOUNCEMENT] Updated: which-2.18-1 To: cygwin AT cygwin DOT com Message-id: MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 8bit Newsgroups: lists.cygwin Lines: 29 References: <477BEE99 DOT 1090906 AT quicknet DOT nl> X-IsSubscribed: yes 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 On Wed, 02 Jan 2008 21:05:45 +0100, "A[dot]R[dot] Burgers" wrote: >LS, > >I have a UNC path //ecn/groups/g_zon_solar/Software/cygwin/bin >in my path, refering to some network share. > >ls -l `which mrxvt.exe` >ls: cannot access /ecn/groups/g_zon_solar/Software/cygwin/bin/mrxvt.exe: >No such file or directory > >Apparently which.exe (the new 2.18-1) strips the leading "/" which is >essential in this case. The old which-1.7 does not strip. Why not just mount your network shares? $ mount \\Winxp-inspiron\c on /inspiron type system (binmode,noexec) C:\WINDOWS\TEMP on /tmp type system (binmode) \\Winxp-desk\c on /desk-c type system (binmode,noexec) \\Winxp-desk\d on /desk-d type system (binmode,noexec) C:\Cygwin\bin on /usr/bin type system (binmode) [...] Jeff -- "Sorry, my life is still in beta, and nowhere near stable enough for a release." -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/