This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap/10626: install-sh seems to fail intermittantly under cygwin.


Here is a bit more information that probably illustrates the problems
that
install-sh is running into under CygWin:

Session from CygWin shell. "cp" understands the ".exe" extensions,
but "mv" gets confused.

oharboe@lair ~
$ ls
arm       armscripts  ecos        gcc-install.log  gcc33      mingw
src
armgdb32  armsize     foobar.exe  gcc-make.log     gdbtk.ini  scripts

oharboe@lair ~
$ mv foobar barfoo
mv: preserving times for `barfoo': No such file or directory
mv: preserving ownership for `barfoo': No such file or directory
mv: cannot unlink `foobar': No such file or directory
mv: cannot remove `foobar': No such file or directory

oharboe@lair ~
$ cp foobar barfoo

oharboe@lair ~
$


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=g
cc&pr=10626 


Øyvind


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]