While testing the udpTable fixes under MinGW and Cygwin, I came across
a couple of further problems, as follows:

 - README.win32 states that the Host Resources module does
   not work under either MinGW or Cygwin, and this matches
   my experiences - both of these threw up compile errors
   in various host/hr_*.c modules.
      Yet 'configure' explicitly adds the "host" group to
   the list of default modules for both mingw32 and cygwin.
   Why?

   Proposal:
      These two tokens should be removed from the list of
   systems that include "host" by default.


 - The Shedule MIB code makes use of the call 'localtime_r'
   which does not seem to be supported under MinGW.

   Proposal A:
      A compatibility wrapper be provided for MinGW to
   invoked 'localtime()' instead.   This could be put in
   place immediately (ready for 5.3.1)

   Proposal B:
      configure should check for the existance of
   'localtime_r', and define a suitable wrapper if
   needed.   It feels too close to 5.3.1 to add that
   now, but it's clearly the Right Thing To Do.

I'm sure there was another problem, but it escapes me....

Dave



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to