Tim Rühsen wrote:

> inet_ntop should be covered by gnulib, also for mswindows. What about 
> removing 
> inet_ntop from mswindows.c ? Does it compile and work ?

No:
  host.obj : error LNK2019: unresolved external symbol _inet_ntop referenced in 
function _cache_store
  main.obj : error LNK2019: unresolved external symbol _inet_pton referenced in 
function _main

(these should probably be 'rpl_inet_*' for compatibility with older Windows?)

A missing '#include <arpa/inet.h>' for Win32 somewhere.
Where is the best place to put it?

-- 
--gv

Reply via email to