Mailing List Archive

Re: compilation problem for AIX
Can you try this patch please, and let me know if it fixes your problem?

Thanks,

David Robinson.

------------------------ begin file aix.patch -----------------------------
Tue Apr 25 11:31:44 1995 David Robinson (drtr@ast.cam.ac.uk)

* stream.c: Include sys/select.h on AIX

*** stream.c.orig Sat Apr 15 19:05:41 1995
--- stream.c Tue Apr 25 11:31:19 1995
***************
*** 63,68 ****
--- 63,71 ----
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/time.h>
+ #ifdef AIX
+ #include <sys/select.h>
+ #endif

#include "stream.h"

------------------------- end file aix.patch ------------------------------