Hi

I have earlier installed QT4 with no problems on win xp sp2, but when I tried it on Vista I got problems during mingw32-make.

These are the last lines:

gcc -c -O2 -O2 -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BOOTSTRAPPED -DQT_RCC
-DQT_LITE_UNICODE -DQT_NO_DATASTREAM -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_UNI
CODETABLES -DQT_NO_LIBRARY -DQT_NO_SYSTEMLOCALE -DQT_NODLL -I"..\..\corelib\arch
\generic" -I"C:/Qt/4.2.2/include" -I"." -I"C:/Qt/4.2.2/include/QtCore" -I"C:/Qt/
4.2.2/include/QtXml" -I"..\..\3rdparty\zlib" -I"." -I"..\..\..\mkspecs\win32-g++
" -o tmp\obj\release_shared\adler32.o ..\..\3rdparty\zlib\adler32.c
gcc: installation problem, cannot exec `cc1': No such file or directory
mingw32-make[3]: *** [tmp\obj\release_shared\adler32.o] Error 1
mingw32-make[3]: Leaving directory `C:/Qt/4.2.2/src/tools/rcc'
mingw32-make[2]: *** [release] Error 2
mingw32-make[2]: Leaving directory `C:/Qt/4.2.2/src/tools/rcc'
mingw32-make[1]: *** [sub-tools_rcc-make_default] Error 2
mingw32-make[1]: Leaving directory `C:/Qt/4.2.2/src'
mingw32-make: *** [sub-src-make_default-ordered] Error 2


For the record, both mingw/bin and qt/4.2.2/bin is in the path.