Quote Originally Posted by LoneWolf View Post
I installed MinGW 3.4.2 through qt installer. is it a problem?
No, that's the recommended way while working with Qt. That's the version guaranteed to work flawlessly together with Qt.

Dont you have cc1.exe in c:\mingw\bin?
Nope.

Dont I have to copy some .dlls to somewhere?
Sorry, to do what? On Windows, DLLs are not needed for building. They are loaded at runtime. The corresponding .lib or .a is needed at compile time.

Just remering...I have Windows Vista.
That must be it...

Anyway, could you show the output of "./configure --without-zlib"?