Quote Originally Posted by adamatic View Post
I have review the path again and it is ok and there is a mingw32-make in C:\MinGW\bin
Just to clarify, if you modified PATH from control panel, you have to restart the command prompt. The configure script is not able to execute mingw32-make so apparently C:\MinGW\bin is not in PATH in the command prompt's environment. You can see the path in the command prompt by simply typing "path".

but there isnt in c:\qt\4.4.4\bin
This is needed later on for using Qt. It is not needed for building Qt.

do I have to include a mingw32-make in this folder
There is no need to copy files around. Just fix the PATH...