Hi

I m installing Qt 4.4.2 on Mac Leopard Intel Machine.

./configure -prefix /Developer/Qt -qt-zlib -qt-libpng -qt-libjpeg -qt-gif -universal -sdk /Developer/sdks/MACOSX10.4u.sdk -static -release

this command succedded
Then i used

make

it also succedded

But when used

make install

at the end of installtion it gives the error

collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccPq0UA0.out (No such file or directory)
make[4]: *** [../../../../bin/Assistant.app/Contents/MacOS/Assistant] Error 1
make[3]: *** [sub-assistant-install_subtargets-ordered] Error 2
make[2]: *** [sub-tools-install_subtargets-ordered] Error 2
make[1]: *** [sub-assistant-install_subtargets-ordered] Error 2
make: *** [sub-tools-install_subtargets-ordered] Error 2

If any body know why this is happening then plz help me