On Tue, Feb 9, 2010 at 11:08 AM, <ganeshyell...@bel.co.in> wrote:

> [ ... ]
> snmpwalk.obj : error LNK2019: unresolved external symbol _optind referenced
> in function _optProc
> [ ... ]
>

You have to modify win32/net-snmp/net-snmp-config.h as follows when building
libnetsnmp as a dll: change the line
/* #undef NETSNMP_USE_DLL */
into
#define NETSNMP_USE_DLL 1

Bart.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to