Problem configuring qt for static linking.
Hi, i have a problem with the ./configure, when im trying configuring qt for static linking.
it stops after a while, always in this line:
Code:
-DQMAKE_OPENSOURCE_EDITION generators/mac/pbuilder_pbx.cpp
i have to Ctrl-C and then this line appears:
Code:
^Cmingw32-make: *** [pbuilder_pbx.o] Error 3
Im in winXP with 2009.04 version of Qt. Any help?
Re: Problem configuring qt for static linking.
How do you know it stopped? Maybe it was working? Just because its not outputting text, it doesn't mean it stopped working. Configuring and compiling QT can take several hours, so you need to wait.
Re: Problem configuring qt for static linking.
As fatjuicymole says really, just don't kill the process.
First time I configured QT it took over 4 hours and pbuilder_pbx.cpp was hanging for the best part of that.
Re: Problem configuring qt for static linking.
That deserves a facepalm :o
I thougt it would be 'make' the one that take a lot of time, not 'configure'
Thanks guys!
Re: Problem configuring qt for static linking.
That would normally be true, but in this case, configure is actually building executables to use for the configuration :-)