socket.h is in /usr/include/sys on my machine (SGI Octane dual R10K running IRIX
6.5.5m).
I just did the following:
1. cvs update
2. rm config.cache
3. make distclean (I now see this also removes config.cache)
4. CVSMake
some warnings about AC_TRY_RUN
5. ./configure
6. edit dx/include/dxconfig.h to remove ushort, ulong and uint defs
7. make
Still, same problems. It's not finding socket.h
Sounds like more evidence that configure script is failing on my system.
I'll be trying to debug this today.
Richard