From: Martin Pool Date: Wed, 28 Nov 2001 07:12:09 +0000 (+0000) Subject: Note half-baked Darwin IPv6 support. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ea7752554632890646f1b8ad6e25329f769c3a9c Note half-baked Darwin IPv6 support. --- diff --git a/INSTALL b/INSTALL index 09c61e47..60e82178 100644 --- a/INSTALL +++ b/INSTALL @@ -28,3 +28,15 @@ fails: Install gcc or HP's "ANSI/C Compiler". + +MAC OSX NOTES +------------- + +Mac OS X (Darwin) seems to have an IPv6 stack, but it does not +completely implement the "New Sockets" API. + + says that Apple do not support +IPv6 yet. If your build fails, try again with --disable-ipv6. + + +