Displaying 2 results from an estimated 2 matches for "_getipnodebyaddr".
Did you mean:
getipnodebyaddr
2002 Feb 27
1
anyone compile source on Mac OS X?
.../usr/lib/libSystem.dylib(snprintf.o) definition of _snprintf
/usr/bin/ld: warning multiple definitions of symbol _vsnprintf
lib/snprintf.o definition of _vsnprintf in section (__TEXT,__text)
/usr/lib/libSystem.dylib(vsnprintf.o) definition of _vsnprintf
/usr/bin/ld: Undefined symbols:
_freehostent
_getipnodebyaddr
make: *** [rsync] Error 1
2002 Mar 28
1
rsync-2.5.5rc1: two problems on Apple Darwin (== MacOS X)
...OS X) [
uname -a
Darwin darwin.math.utah.edu 5.2 Darwin Kernel Version 5.2: Fri Dec 7 21:39:35 PST 2001; root:xnu/xnu-201.14.obj~1/RELEASE_PPC Power Macintosh powerpc
] the config.h file gets the line
#define INET6 1
The link then fails with
/usr/bin/ld: Undefined symbols:
_freehostent
_getipnodebyaddr
Removing the definition of INET6 from config.h and rebuilding resolved
the problem.
[A search of the rsync.mbox archives shows this reported in mail
from Derek Sivers <cdbaby@mac.com> of Wed, 27 Feb 2002 13:20:02 -0600
and followups, with the suggestion to use --disable-ipv6. I'd still...