Ulrich Berning wrote: > INSTALL=/usr/local/bin/install \ > LINKCC="/opt/SUNWspro/bin/CC -mt" \ > CC="/opt/SUNWspro/bin/cc -mt" \ > CXX="/opt/SUNWspro/bin/CC -mt" \ > ./configure \ > --prefix=/usr/local \ > --with-cxx-main="/opt/SUNWspro/bin/CC -mt" \ > --with-threads \ > --enable-shared
Thanks - I saw in the Makefile LINK was set to CC, but I didn't realise that LINK for C++ was a different variable. I wonder who is at fault for not setting this correctly? Qt or PyQt? Jeremy -- http://www.jeremysanders.net/ _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
