This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help: gcc problem in Cygwin!


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]