amead wrote:
Are you doing this at the Cygwin prompt or Window's command prompt? My installation of Cygwin doesn't recognize DOS style paths at all:
$ ls c:\cygwin ls: c:cygwin: No such file or directory
You used a backslash, escaping the 'c' character. Notice that the error message refers to "c:cygwin" rather than "c:\cygwin", which isn't equivalent.
Try "ls c:/cygwin" instead.
-- http://www.velocityvector.com/ | http://www.indie-games.com/ http://www.classic-games.com/ | http://glmiller.blogspot.com/ "If my forgeries looked as bad as the CBS documents, it would have been 'Catch Me In Two Days'" -- Frank Abagnale, Jr.