In PyQt-0.11, ./configure --help says
...
--with-sip-library=DIR SIP library is in DIR
it should be
--with-sip-libraries=DIR
or the option needs to be changed. I'd presume in acinclude.m4, line
251 should change from :
AC_ARG_WITH(sip-libraries,
[ --with-sip-library=DIR SIP library is in DIR])
to:
AC_ARG_WITH(sip-libraries,
[ --with-sip-libraries=DIR SIP library is in DIR])
It still needs gmake on Solaris, not make.
--pete
