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:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=TSm 03VrnvtUWO1w17LUTN7NGS7J43DWNfx2dqbhZB9DhZ0ru+0W1d+t8C9eQUfNc6LE Tlu98jChOWo6yfTeiclCtCkMS8StjK3f/XrxRWCmKxsbtwEq6pqFUQw4BL20uU/r UUzMuL1rWW4sYNT6iA7v9pUzYYup54c57UznZaHU= 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:content-type :content-transfer-encoding:mime-version; s=default; bh=guTiCwp1C HQ6L3c++dsqPr2Qdyc=; b=AmqHdfc3d297mUgS+ePJiMzmrSfP896EhCZD+OJLC CfER2tvzM3eDjtiNNei7VONPbxJ2c9kSTy2/He2NMOda1+GQ6L6gBVSapH4cvdwn OlhJFb1HLnVXHQcDEh7vsnzKqv9R1/M4uFPxa9BizO0WybVoavji0uDqup+7Lmwv M8= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nbfkord-smmo06.seg.att.com X-MXL-Hash: 5346be25059b7ebe-3df701f0463034026d80a2688c5a1e10a73f4024 From: "KARR, DAVID" To: "cygwin AT cygwin DOT com" Subject: symlinks to scripts not found in path Date: Thu, 10 Apr 2014 15:51:42 +0000 Message-ID: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-RSA-Inspected: yes X-RSA-Classifications: public X-AnalysisOut: [v=2.0 cv=W6OPo2qk c=1 sm=1 a=srMsL6ituuWTYeky9Bs9mA==:17 a] X-AnalysisOut: [=Vy8NPKBNi_MA:10 a=ofMgfj31e3cA:10 a=YnP4VLJI-BoA:10 a=BLc] X-AnalysisOut: [eEmwcHowA:10 a=kj9zAlcOel0A:10 a=zQP7CpKOAAAA:8 a=XIqpo32R] X-AnalysisOut: [AAAA:8 a=PtQoRuX8wGdVXFFmcf8A:9 a=CjuIK1q_8ugA:10] X-Spam: [F=0.2000000000; CM=0.500; S=0.200(2010122901)] X-MAIL-FROM: X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s3AFqIH8006987 On my old 32-bit Win7 box running Cygwin 1.7.26, I have an executable script that is intended to be symlinked to and executed as the symlink name. This works fine. On my new 64-bit Win7 box running Cygwin 1.7.29, I created the symlink using "ln -s" as before. When I try to execute the script through the symlink, it fails to find it in the path. The script itself has the rx bits set. I can execute the script directly, although it doesn't do anything useful. I didn't see anything obvious in the FAQ or obvious searches. -- 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