I'm using a bunch of GNU tools from sunfreeware.com, have GCC installed, and have been able to compile most programs without much trouble.
With PHP though, I run
./configure
and it sits at this prompt infinitely: checking host system type... sparc-sun-solaris2.9
Never moves on, never does anything else. Just sits there forever. I'd install a binary, but the binary as far as I can tell isn't set up for apxs. If all else fails, I guess I'll have to figure out how to use it, but I'd much rather compile the source with all the options I want.
It doesn't matter what configure options I use. No options or 5 lines of options, it sits at that prompt doing nothing.
Any ideas?