Re: [PyQt] Re: libCrun on Solaris

2007-10-08 Thread Ulrich Berning
Jeremy Sanders wrote: 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

[PyQt] Re: libCrun on Solaris

2007-10-08 Thread Jeremy Sanders
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 -