From f4b960cdbadaa58c1e1b2d06a0b3a943d9febc98 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Fri, 11 Oct 2002 19:59:40 +0000 Subject: [PATCH] Warning Solaris and macOS X --- SRC/INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SRC/INSTALL b/SRC/INSTALL index 8d67937..8f99fb3 100644 --- a/SRC/INSTALL +++ b/SRC/INSTALL @@ -1,5 +1,6 @@ -echoping appears to compile and run at least on Linux, FreeBSD and -Tru64. You do not have to be root to install it. +echoping appears to compile and run at least on Linux, FreeBSD, +Solaris (gcc only) and Tru64. On Mac OS X, you'll probably need a +version >= 10.2. You do not have to be root to install it. Just type "./configure", then "make", "make test" if you wish (some tests depend on local servers and/or Internet access, interpret with @@ -20,7 +21,8 @@ may not be available on your platform). There is no option to disable IPv6. echoping now uses the new (RFC 2133) socket interface, with getnameinfo/getaddrinfo. If your system -does not support it, you jave no other choices than using echoping 4. +does not support it (Mac OS X), you jave no other choices than using +echoping 4. Standard "autoconf/configure" options are supported such as --prefix to set the installation root directory.