> On Feb 18, 2017, at 2:31 AM, Andy Wingo <wi...@pobox.com> wrote: > > We are pleased to announce GNU Guile release 2.1.7. > > Guile 2.1.7 is the seventh pre-release in what will eventually become > the 2.2 release series. We encourage you to test this release and > provide feedback to guile-devel@gnu.org.
Unfortunately macOS does not support SOCK_NONBLOCK or SOCK_CLOEXEC. How do you want to handle it? Disable for APPLE or modify socket.c to use workaround w/ calls to fcntl? Matt