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 :content-type:content-transfer-encoding; q=dns; s=default; b=cwn h/jaqFJ+Ngk6tMcaajFmHqvEYMRourgKOP5307dOYxSYrTX6cxLxrq6KVlC9IuRH k6gccHkE83Y3BxNjuNonmK1cxPqeoXBX5L7xlchhQVlZB7QqF/Zw+emyUCkp1udP bjmrPZVrY3kzXzJJ9Ql59MaZzYnxkMZhDcah72uE= 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 :content-type:content-transfer-encoding; s=default; bh=LoyKtebqB T58QcXbUECgJH7pq6w=; b=yF4VslIJ+zM1gtV1AKWYbP/jmdQvgPQJ3yNGMqLZj AYH2jU/G9OALYPphyqAe4/HJJC1qiE+mBhLvEnwzUW5taIRtmwyV3pET7V23fDod q9+ITIqsi4XHwuqR0GkMFfz9dbC89lgjdjxaYRIxLYGbkdShaXfeAQircWoW9Ges uM= 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-la0-f52.google.com X-Received: by 10.152.121.98 with SMTP id lj2mr2281858lab.93.1408102005125; Fri, 15 Aug 2014 04:26:45 -0700 (PDT) Message-ID: <53EDEE67.6070501@gmail.com> Date: Fri, 15 Aug 2014 13:26:31 +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: cygport dropping *.exe links Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi Yaakov, I just noted a strange effect during installation phase of openmpi a certain numbers of links to exe files are created as (cd /pub/devel/openmpi/64bit/openmpi-1.8.2rc4-1.x86_64/inst/usr/bin; rm -f mpirun.exe; ln -s orterun.exe mpirun.exe) and they are there during the cyginstall $ ls ../inst/usr/bin/ cygmpi_cxx-1.dll cygopen-pal-6.dll mpicxx mpifort ompi-ps.exe ortecc orte cygmpi_mpifh-2.dll cygopen-rte-7.dll mpiexec.exe mpirun.exe ompi-server.exe orte-clean.exe orte cygmpi_usempi-1.dll mpic++ mpif77 ompi_info.exe ompi-top.exe orted.exe orte cygmpi-1.dll mpicc mpif90 ompi-clean.exe opal_wrapper.exe orte-info.exe orte but at post cyginstall phase they are gone: $ ls ../inst/usr/bin/ cygmpi_cxx-1.dll cygmpi-1.dll mpic++ mpif77 ompi_info.exe orte-clean.exe orte-ps.exe cygmpi_mpifh-2.dll cygopen-pal-6.dll mpicc mpif90 opal_wrapper.exe orted.exe orterun.exe cygmpi_usempi-1.dll cygopen-rte-7.dll mpicxx mpifort ortecc Is it possible that latest binutils update is fooling cygport ? In the past, it seems they were renamed ( mpirun.exe to mpirun) https://cygwin.com/packages/x86/openmpi/openmpi-1.7.5-1 Regards 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