> On 2/28/2011 7:06 AM, René Berber wrote: > > Use cygcheck `which unison` to see what's missing. > > Thanks, I didn't know that command. cygcheck says: > "C:\cygwin/bin\unison - Cannot open" Still in the > dark...
Try `cygcheck /usr/bin/unison-2.32`. /usr/bin/unison should be just a symlink to /etc/alternatives/unison, which in turn is a symlink to one of your installed versions of unison. E.g. on my host, $ ls -l /usr/bin/unison lrwxrwxrwx 1 ASchulma Domain Users 24 Oct 6 09:26 /usr/bin/unison -> /etc/alternatives/unison $ ls -l /etc/alternatives/unison lrwxrwxrwx 1 ASchulma Domain Users 20 Oct 12 09:42 /etc/alternatives/unison -> /usr/bin/unison-2.32 -- 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