2018-02-19 20:11 GMT-07:00 Isira Seneviratne <isirasen96@gmail.com>: > How do I link the ws2_32 dll? Add this line to programs/ping/Makefile.in: IMPORTS = ws2_32 See programs/netstat/Makefine.in for an example. -Alex