I'm trying to use PyQT on Windows, compiling the QT 3.3, sip 4.1.1 and
PyQT sources through the MinGW compiler. The problem is that the MinGW
linker is *very* slow and swaps a lot too (it was using 420Mb of VM)...
I couldn't get to compile it in less than 10 hours, then I cancelled
the linkage. I've managed to get the pre-compiled QT binaries, but
couldn't find the binaries for sip or PyQT, so what I'm asking is:<br>
<br>
* Is there a way to link it faster and using less memory with MinGW
tools and maybe some changes in makefiles or ./configure parameters?<br>
<br>
* Could someone that already done that provide the binaries, please?<br>
<br>
I was using this &quot;mini howto&quot; from James Lamanna:
<a href="http://kscraft.sourceforge.net/convert_xhtml.php?doc=pyqt-windows-install.xhtml">http://kscraft.sourceforge.net/convert_xhtml.php?doc=pyqt-windows-install.xhtml</a><br>
<br>
Thanks in advance! =)<br>
<br>
<br>