Frank, you could run make with the -n flag to see what commands it issues (even
"hidden" command lines). This generates enormous amounts of output for all
commands far beyond the one that is bothering you now, so run for instance:
make -n 2>&1 | less
If you're lucky, you'll see cygpath mentioned early on. If you're very lucky,
the context would tell where to look further.
--
Stein
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/