> > POSIX says a symlink to a missing target is perfectly well-defined (you > > can't stat() through it, but you can readlink() it). But Windows native > > symlinks can't do that. So the problems you are encountering all stem > > from the fact that you are trying to make Windows do something it can't. > > My initial reaction was that, too, but I tried mklink (CMD internal command) > > > mklink x y > > and it created the symlink in the empty directory just fine.
This is my point exactly. Windows dangling symlinks can be created as easily as in UNIX. At least this is the case on my Win7 x64. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple