Hi, I'm trying to build PyQt0.12 on a Sun/Solaris 2.6 machine but get the following error message: $ make /bin/sh ../libtool --mode=link c++ -O2 -o sip_helper sip_helper.o c++ -O2 -o sip_helper sip_helper.o Undefined first referenced symbol in file duplicate__7QGArrayRC7QGArray sip_helper.o _._7QGArray sip_helper.o newData__7QGArray sip_helper.o deleteData__7QGArrayPQ27QGArray10array_data sip_helper.o ld: fatal: Symbol referencing errors. No output written to sip_helper *** Error code 1 make: Fatal error: Command failed for target `sip_helper' My command for configure includes all the options for python, sip and qt: ./configure --prefix=$HOME/bin --with-python-includes=$HOME/Python-1.5.2/Include --with-python-modules=$HOME/Tcl_Tk/lib/python1.5 --with-sip-includes=$HOME/sip-0.12/sip --with-sip-libraries=$HOME/sip-0.12/siplib --with-qt-dir=$HOME/qt --with-qt-mocdir=$HOME/qt/bin --with-qt-includes=$HOME/qt/include --with-qt-libraries=$HOME/qt/lib and my configure comnmand for sip was: ./configure --prefix=$HOME/bin --with-python-includes=$HOME/Python-1.5.2/Include --with-qt-dir=$HOME/qt --with-qt-mocdir=$HOME/qt/bin --with-qt-includes=$HOME/qt/include --with-qt-libraries=$HOME/qt/lib Could somebody please help? I'm dying to try out PyQt, it looks fantastic! :) ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
