Re: cygport dropping *.exe links

2014-10-08 Thread Corinna Vinschen
On Sep 23 21:24, Eric Blake wrote: > On 08/15/2014 09:16 AM, Corinna Vinschen wrote: > > Sorry for taking more than a month to get to the bottom of this one. > But I have good news: > > >> $ touch a.exe > >> $ ln -s a.exe b.exe > >> $ ls -l > >> total 1 > >> -rw-r--r-- 1 marco Administrators 0 A

Re: cygport dropping *.exe links

2014-09-23 Thread Eric Blake
On 08/15/2014 09:16 AM, Corinna Vinschen wrote: Sorry for taking more than a month to get to the bottom of this one. But I have good news: >> $ 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

Re: cygport dropping *.exe links

2014-09-01 Thread Marco Atzeri
On 15/08/2014 19:02, Eric Blake wrote: On 08/15/2014 09:16 AM, Corinna Vinschen wrote: On Aug 15 16:47, Marco Atzeri wrote: On 15/08/2014 13:26, Marco Atzeri wrote: 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 Ad

Re: cygport dropping *.exe links

2014-08-15 Thread Eric Blake
On 08/15/2014 09:16 AM, Corinna Vinschen wrote: > On Aug 15 16:47, Marco Atzeri wrote: >> 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

Re: cygport dropping *.exe links

2014-08-15 Thread Corinna Vinschen
On Aug 15 16:47, Marco Atzeri wrote: > 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 se

Re: cygport dropping *.exe links

2014-08-15 Thread Marco Atzeri
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.ex

cygport dropping *.exe links

2014-08-15 Thread Marco Atzeri
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