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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=Lxot+UoiA63duBBOvwvOUiVm0/buGu0+IfaF86C1MSn IsdOpHKOWvdYilK43I2wDbhJxHMwFaP8YSX6U9dPRDURatkC0Ypq/EY3oU2T7m7e uduZRxLlpBqLMw5WC4TbRQyWyH8f5qHDxZIijgY6rgVZZpGRCwy+6O9dAphfJRIM = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=7gQZPy67lvdDe+a8ZwlQPqkHyg8=; b=cO9PXx24AhujDsMK4 d6+nB2EFV/Do7olNC/pQuRV32JIIVK28aahmC2qXBuLqNSqvE9j0Lvd/73X9B0Q4 /ciQqM6n1/65G+3jXzvd+M365EXpH+zeHtEzNxo9XmzGKsJ7rkj5tXp/e00xsPec 4F08Oeb76n7esFGxtaFHamajwU= 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=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f170.google.com X-Received: by 10.112.30.39 with SMTP id p7mr11850655lbh.35.1408114065956; Fri, 15 Aug 2014 07:47:45 -0700 (PDT) Message-ID: <53EE1D70.6080808@gmail.com> Date: Fri, 15 Aug 2014 16:47:12 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: Re: cygport dropping *.exe links References: <53EDEE67 DOT 6070501 AT gmail DOT com> In-Reply-To: <53EDEE67.6070501@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 15/08/2014 13:26, Marco Atzeri wrote: > Hi Yaakov, > I just noted a strange effect > > Is it possible that latest binutils update is fooling cygport ? > In the past, it seems they were renamed ( mpirun.exe to mpirun) > looking further, it seems not a cygport issue at all $ touch a.exe $ ln -s a.exe b.exe $ ls -l total 1 -rw-r--r-- 1 marco Administrators 0 Aug 15 16:41 a.exe lrwxrwxrwx 1 marco Administrators 5 Aug 15 16:41 b.exe -> a.exe $ mv b.exe b $ ls -l total 0 -rw-r--r-- 1 marco Administrators 0 Aug 15 16:41 a.exe $ uname -svr CYGWIN_NT-6.1-WOW64 1.7.32(0.274/5/3) 2014-08-13 23:03 Marco -- 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