[PyQt] Re: Linking error with PyQt4 unter ubuntu 6.06

Alexander Eisenhuth newsuser at stacom-software.de
Thu Sep 6 14:01:14 BST 2007


Sorry for the missing error, but you hit the bull's eye.

Thanks,
Alexander

Andreas Pakulat schrieb:
> On 06.09.07 10:22:41, Alexander Eisenhuth wrote:
>> Ubuntu 6.06
>> Python 2.4.3
>> PyQt:PyQt-x11-gpl-4.3
>> SIP:4.7
>> Open Source Version of Qt (build under /usr/local/Trolltech/Qt-4.3.1)
>>
>> Following error:
> 
> There's no error in the snippet you posted.
> 
>> -L/usr/local/src/PyQt-x11-gpl-4.3/qpy/QtDesigner 
>> -L/usr/local/Trolltech/Qt-4.3.1/lib -L/usr/X11R6/lib -lqpydesigner -lQtDesigner 
>> -lQtGui -L/usr/local/Trolltech/Qt-4.3.1/lib -L/usr/X11R6/lib -lSM -lICE 
>> -lQtCore -L/usr/local/Trolltech/Qt-4.3.1/lib -lz -lrt -lpthread -lXi -lXext 
>> -lX11 -lm -ldl -lQtCore -L/usr/local/Trolltech/Qt-4.3.1/lib -lz -lm -lrt 
>> -lpthread -ldl -lXext -lX11 -lm -lpthread
>>
>> I removed "-lqpydesigner" from the command line, call the link command to 
>> QtDesigner again. After that PyQt4 was build propperly. Is this a bug or ...
> 
> One caveat is that you can't run make install after configure, you
> always have to run make first.
> 
> Andreas
> 



More information about the PyQt mailing list