On 2009-12-04 04:07Z, Mark Galeck (CW) wrote:
>>make.exe -r
> make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)

'make' caught a stack overflow. You might try adding the '-d' flag:
  make -dr
It would be helpful to know what the makefile contains, and what
  make --version
says.


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to