Windows Notes

From Net-SNMP Wiki
Revision as of 16:00, 20 June 2007 by Rstory (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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!