Tony Crawford
2006-07-30 13:29:15 UTC
Hi gang!
Anybody building NH with MinGW under Windows' cmd.exe?
My mingw32-make seems to be adding "-c" to the command line
when it calls cmd.exe to delete old object files. Here's the make
output with debug:
Must remake target `clean'.
if exist o\*.o del o\*.o
CreateProcess(c:\winnt\system32\cmd.exe,c:/winnt/system32/cmd -c "if exist
o\*.o del o\*.o",...)
Putting child 0x009df528 (clean) PID 10910184 on the chain.
Live child 0x009df528 (clean) PID 10910184
The filename, directory name, or volume label syntax is incorrect.
Error occurred while processing: if exist o\*.o del o\*.o.
Cmd.exe needs (if anything) a /C, not a -c.
Is this a problem with my MinGW setup?
I've installed MSYS in addition to MinGW: could that
have stuck me with a wrong mingw32-make version?
Grateful for any clues!
Tony
Anybody building NH with MinGW under Windows' cmd.exe?
My mingw32-make seems to be adding "-c" to the command line
when it calls cmd.exe to delete old object files. Here's the make
output with debug:
Must remake target `clean'.
if exist o\*.o del o\*.o
CreateProcess(c:\winnt\system32\cmd.exe,c:/winnt/system32/cmd -c "if exist
o\*.o del o\*.o",...)
Putting child 0x009df528 (clean) PID 10910184 on the chain.
Live child 0x009df528 (clean) PID 10910184
The filename, directory name, or volume label syntax is incorrect.
Error occurred while processing: if exist o\*.o del o\*.o.
Cmd.exe needs (if anything) a /C, not a -c.
Is this a problem with my MinGW setup?
I've installed MSYS in addition to MinGW: could that
have stuck me with a wrong mingw32-make version?
Grateful for any clues!
Tony
--
Religion [...] had its origin in the funk and cunning of
the humanoid ape.
--Mrs. D. G. Ritchie, 1918 (OED 2nd at "humanoid")
Religion [...] had its origin in the funk and cunning of
the humanoid ape.
--Mrs. D. G. Ritchie, 1918 (OED 2nd at "humanoid")