RE: Re: Re: Is it impossible to cross-compile net-snmp 5.3.2 with personallibrar

2010-04-18 Thread 생각하기
You can't include them as a library since the base agent won't know what init_ functions to call to start you code. Instead, put your code in the agent/mibgroup directory and use --with-mib-modules="file1 file2" etc to get them to compile in and the init_ routines to be found and used.

CFV - V5.4 Win32 IPv6 build fix

2010-04-18 Thread Bart Van Assche
The patch below fixes the IPv6-enabled Win32 build. What this patch does is to hide the inet_ntop() and inet_pton() declarations from the Microsoft SDK headers such that these do not cause conflicts with the declarations in the Net-SNMP source tree. And even when Net-SNMP is running on a Windows sy

Re: SF.net SVN: net-snmp:[18496]

2010-04-18 Thread Bart Van Assche
On Thu, Apr 15, 2010 at 5:51 PM, Dave Shield wrote: > On 14 April 2010 17:52, Bart Van Assche wrote: > > [ ... ] > > > Another note about the same revision: why did you change > > /* #undef NETSNMP_USE_DLL */ into #define NETSNMP_USE_DLL 1 ? > > I assume that this was an accidental commit after