Re: libgfortran3 respin : status and problem

2011-03-27 Thread marco atzeri
On Sun, Mar 27, 2011 at 6:34 AM, Yaakov (Cygwin/X) wrote: > On Sat, 2011-03-26 at 11:33 +0100, marco atzeri wrote: >> the test case is a normal Fortran program that call numerical functions and >> print output with a really standard "write" command, nothing fancy. >> It used to work fine with prev

Re: libgfortran3 respin : status and problem

2011-03-27 Thread Yaakov (Cygwin/X)
On Sun, 2011-03-27 at 07:43 +0200, marco atzeri wrote: > which lapack ? 3.2.2-1 of distro ? 3.2.2 rebuilt with cygwin 1.7.8 and Ports' gcc 4.5.2-2. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygw

Re: libgfortran3 respin : status and problem

2011-03-27 Thread marco atzeri
On Sun, Mar 27, 2011 at 10:15 AM, Yaakov (Cygwin/X) wrote: > On Sun, 2011-03-27 at 07:43 +0200, marco atzeri wrote: >> which lapack ? 3.2.2-1 of distro ? > > 3.2.2 rebuilt with cygwin 1.7.8 and Ports' gcc 4.5.2-2. > > > Yaakov > Thanks, I start to think that there is a problem in lapack-3.2.2.-2 b

Re: Solution to using different usernames

2011-03-27 Thread Jay Adams
I was able to achieve the desired result without modifiying /etc/passwd. What I did was expand /etc/profile.d/user.sh to: # use Windows's USERNAME variable USER=$USERNAME export USER HOME=/home/$USER export HOME Next I zeroed out /etc/passwd so it was a blank file. Combine these together and SSH

1.5.25: bug in touch statement

2011-03-27 Thread andre
Hi, I can't do on cygwin 1.5.25 : $ touch -t 201103270200 file touch: format de date invalide `201103270200' nor this equivalent : $touch -t 03270200 file It's very surprising , but ... If I change 27 for 28 it's OK - idem if i change 2011 by 2010... Globally, it's working on 99.99% of cas

Re: 1.5.25: bug in touch statement

2011-03-27 Thread Toby Allsopp
On Mon, Mar 28 2011, andre wrote: > Hi, > > I can't do on cygwin 1.5.25 : > $ touch -t 201103270200 file > touch: format de date invalide `201103270200' > > nor this equivalent : $touch -t 03270200 file > > It's very surprising , but ... > If I change 27 for 28 it's OK - idem if i change 2011

[ANNOUNCEMENT] Updated: mksh-39c-5

2011-03-27 Thread Chris Sutcliffe
Version 39c-5 of "mksh" has been uploaded. MirBSD Korn Shell (mksh) is an actively developed free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell (pdksh). New in this release: - Fix issue in the '-4' release where 'cd' would fold the '//' pat