Bruno Haible <[EMAIL PROTECTED]> writes: > Should gnulib compile its own inet_ntop() in this situation? > If yes, you need to add a '#define inet_ntop rpl_inet_ntop' to gnulib's > arpa/inet.h. If no, the autoconf test should look whether inet_ntop is > available in -lnsl, and make this additional library available in a variable, > say, LIBINET.
IMHO, gnulib should use -lnsl here. /Simon