Windows Notes
From Net-SNMP Wiki
This page contains various tidbits on using Net-SNMP on Windows platforms (including Visual C++, cygwin and MinGW).
MinGW
perl errors
If building from source using MinGW/MSYS fails with the following message:
cc1.exe: error: unrecognized command line option "-fnative-struct"
try updating your configure line to not build the perl modules:
--without-perl-modules
If you need perl modules, and figure out away to fix this, please update this page, send a note to net-snmp-coders@lists.sf.net, or submit a patch to the patch tracker!