How to debug MinGW32-make batch files?
Posted
by bryceman
on Stack Overflow
See other posts from Stack Overflow
or by bryceman
Published on 2010-05-14T17:48:17Z
Indexed on
2010/05/14
17:54 UTC
Read the original article
Hit count: 384
I'm having some difficulties building up some cross-platform Makefiles, and I'm getting errors from processes called by mingw32-make that don't make the problem clear. I've tried calling mingw32-make with "-d", and I get a lot of debug output, but the actual program invocations are hidden in temporary batch files that are immediately deleted.
Is there any way to keep these batch files around, so that I can actually see what mingw32-make is doing under the hood, and fix what I assume is my problem?
© Stack Overflow or respective owner