Re: mv: `Tcollect2' and `collect2' are the same file

2004-10-09 Thread Christopher Faylor
On Sat, Oct 09, 2004 at 04:02:25PM +, Robert R Schneck wrote: >Earl Chew wrote: >> I got this error trying to build gcc using cygwin 1.5.11. This problem >> is easily reproduced: >> >> X:> touch Tfoo.exe >> X:> chmod a+rx Tfoo >> X:> ls -l Tfoo >> -rwxrwxrwx1 earlch mkpasswd0 Oct

Re: mv: `Tcollect2' and `collect2' are the same file

2004-10-09 Thread Robert R Schneck
Earl Chew wrote: > I got this error trying to build gcc using cygwin 1.5.11. This problem > is easily reproduced: > > X:> touch Tfoo.exe > X:> chmod a+rx Tfoo > X:> ls -l Tfoo > -rwxrwxrwx1 earlch mkpasswd0 Oct 8 22:08 Tfoo > X:> mv Tfoo foo > mv: `Tfoo' and `foo' are the same file

Re: mv: `Tcollect2' and `collect2' are the same file

2004-10-08 Thread Christopher Faylor
On Fri, Oct 08, 2004 at 10:18:51PM -0700, Earl Chew wrote: >Is there some subtle reason for suffixes only to be passed for stat() >processing? Yes. See discussions from the last eight years of cygwin mailing list archives. This "feature" has been around for some time and it is not likely to chan

mv: `Tcollect2' and `collect2' are the same file

2004-10-08 Thread Earl Chew
I got this error trying to build gcc using cygwin 1.5.11. This problem is easily reproduced: X:> touch Tfoo.exe X:> chmod a+rx Tfoo X:> ls -l Tfoo -rwxrwxrwx1 earlch mkpasswd0 Oct 8 22:08 Tfoo X:> mv Tfoo foo mv: `Tfoo' and `foo' are the same file Huh? Digging deeper, I see that ls u