/etc/postinstall/mintty.sh's exit code is 127. $ cat /etc/postinstall/mintty.sh PROGS=$(/bin/cygpath -P $CYGWINFORALL) /bin/mkdir -p "$PROGS/Cygwin" && cd "$PROGS/Cygwin" && /bin/mkshortcut -n mintty /bin/mintty -a - -d "Cygwin Terminal"
By running those commands manually, I think the problem is the last, /bin/mkshortcut, line. How can I investigate it more? $ cygcheck -f /bin/mkshortcut.exe cygutils-1.4.6-1 $ file /bin/mkshortcut.exe /bin/mkshortcut.exe: PE32 executable (console) Intel 80386 (stripped to external PDB), for MS Windows -- 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