Hmm, it seems you're missing basic gnu build tools. Yep, they're a bitch to track down and intsall. They also fail in ways that gives zilch hint as to what may be wrong.
I installed GNU build tools through CSW (blastwave.org). The following are the packages you may need (I did) * automake * autoconf * autogen * intltool It's an uphill task... but once you set it up, it mostly works. I could never figure out why GNU software uses this rat's nest of build tools (when none of them actually enable cross-platform development)... and how this whole shit works. But well, we're stuck with them so basically try one by one and install the missing ones (intltool took me 2 days to hunt down). Oh, and don't forget to put /opt/csw/bin in PATH. - mritun This message posted from opensolaris.org
