[PyKDE] libqassistantclient

Aaron BRICE aaron.brice at st.com
Wed May 17 23:07:42 BST 2006


I'm trying to compile PyQt 3.16 on HP-UX 11.00 using aCC.  I've got Qt 
3.3.5, python 2.4.3 and sip 4.4.3 compiled.  PyQt is giving me this error:

         aCC +DAportable -Wl,+s -b -Wl,-a,shared -O 
-Wl,+b,/automation/usr/lib/qt3.3/lib -Wl,+e,initqt -o qt.sl 
sipqtcmodule.o ... -L/usr/lib/qt3.3/lib -L/usr/lib/X11R6 
-lqassistantclient -lm -lqt-mt -lSM -lICE -ldld -lpthread -lm -lqt-mt 
-lXext -lX11 -lpthread

/usr/ccs/bin/ld: Can't find library: "qassistantclient"

(I've edited out the long list of .o files)

When I check the $QTDIR/lib directory, I see that Qt is compiled as a 
shared library (libqt-mt.sl), but libqassistantclient is compiled 
staticly (libqassistantclient.a).  Is that incorrect?  Is this a Qt 
issue or should PyQt handle this case?  Can I get it to skip the 
libqassistantclient library since I don't care about that one?

Thanks,
Aaron





More information about the PyQt mailing list