[ntp:bugs] [Bug 1862] Compilation error, ntp_io.c:1678: undefined reference to `in6addr_any'
bugzilla-daemon at ntp.org
bugzilla-daemon at ntp.org
Mon Mar 28 12:58:14 UTC 2011
http://bugs.ntp.org/show_bug.cgi?id=1862
--- Comment #7 from Dave Hart <hart at ntp.org> 2011-03-28 12:58:14 UTC ---
#ifdef'ing away references in6addr_any will not help. ntp needs to have
certain IPv6-related declarations even when building without IPv6 support.
As I have suggested already, the problem is the mismatch between the configure
test and the rest of the code.
Find out why configure thinks you have a in6addr_any (alternatively, figure out
why configure can link a program referencing it but ntpd won't).
Thanks
--
Configure bugmail: http://bugs.ntp.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the bugs
mailing list