[PyQt] [ubuntu 9.10] compiling pyqt4

David Wolfe dwolfe at fifthsally.com
Fri Feb 19 14:56:46 GMT 2010


On 2/6/2010 8:19 PM, Michael musset wrote:
> hi, here is what i get after compiling :
>
> /usr/bin/ld: cannot find -lqpycore
> collect2: ld returned 1 exit status
> make[1]: *** [QtCore.so] Error 1
> make[1]: Leaving directory
> `/home/micka/PyQt-x11-gpl-snapshot-4.7.1-c591dc61687c/QtCore'
> make: *** [install] Error 2

I got this same error when compiling on a RHEL 5.2 machine. I knew it
had multiple CPUs, but I wasn't sure how many, so I boldy tried
compiling with:

   make -j8

That seems to have been the cause of the problem. Removing the '-j8'
allowed me to compile, anyway. YMMV...


More information about the PyQt mailing list