I'm trying to compile a program with Qt 4.3.0 on Windows Vista, and after a million issues of trying to even get Qt installed, I am now getting this error:

Qt Code:
  1. 'test' is not recognized as an internal or external command,
  2. operable program or batch file.
  3. The syntax of the command is incorrect.
  4. C:\mingw\bin\mingw32-make.exe: *** [vecmat//Makefile] Error 1
To copy to clipboard, switch view to plain text mode 

there are two lines in the generated makefile that say CHK_DIR_EXISTS = test -d

but i'm not really sure what that does or why it's never given me an error on Windows XP. It's also really difficult to search for a common word like "test" on google. Thanks for the help. This is frustrating. I'm using mingw32 4.3.2 and all my environment variables are supposedly correct.

thanks for the help,
dave