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:

g++ -shared -Wl,-rpath,/usr/local/src/PyQt-x11-gpl-4.3/qpy/QtDesigner -Wl,-rpath,/usr/local/Trolltech/Qt-4.3.1/lib -Wl,--version-script=QtDesigner.exp
[...]
-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 ...

Regards Alexander

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to