On Wed, Jul 08, 2009 at 02:37:49PM -0600, Erik Falor wrote: > I've also fixed a few more build problems while I was at it. On the > HP-UX system I use at work, ./configure failed because it couldn't get > sockets or fifos to work. The problem is that some functions used by > HP-UX's socket API is defined in sys/time.h instead of sys/select.h. > In fact, HP-UX doesn't even have sys/select.h. Through a combination > of #ifdefs and #includes I was able to make it build.
Even with your patch, I'm getting this same error from configure that you refer to. I see you have numerous `#ifdef hpux' in your code, but don't we also need that sort of thing in conftest.c within configure?