[PyQt] Re: libCrun on Solaris

Jeremy Sanders jeremy at jeremysanders.net
Mon Oct 8 09:21:16 BST 2007


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/



More information about the PyQt mailing list