2 Jun 1994 14:35
Scheme48 0.36 under AIX
Jonathan Rees <jar <at> martigny.ai.mit.edu>
1994-06-02 12:35:35 GMT
1994-06-02 12:35:35 GMT
From: sperber <at> midi.informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: Tue, 10 May 94 17:40:38 +0100
I finally got around to trying the autoconf support under AIX.
Unfortunately, fd_set and friends need an #include <sys/select.h>. I
have no idea if this is a POSIXism, so I don't know what the best
place to change this would be.
If it were me I'd do the following:
1. add sys/select.h to the arguments to AC_HAVE_HEADERS in configure.in
2. add "#undef HAVE_SYS_CONFIG_H" to sysdep.h.in
3. add "#if !defined(HAVE_SYS_CONFIG_H)
# include <sys/select.h> /* for fd_set and friends */
#endif"
to unix.c
4. re-run autoconf to produce a new "configure" file
This assumes that on any system it is always safe to #include
<sys/select.h> if it exists, which is plausible.
Thanks much for the information.
Jonathan
RSS Feed