aakansha rajvi wrote:
I am trying to configure net-snmp-5.2.1 in cygwin 1.5.18-1. But I am facing problem while installing snmp perl modules both if installed seperately or alone with net-snmp ./configure script.
I'm not sure if the Perl modules will compile with ActiveState Perl under Cygwin. It's been a long time since I tried. It may work better with a Cygwin compiled Perl.
I was able to get the Perl modules to compile under MinGW with ActiveState (see steps in perl/SNMP/README), but the Perl modules need the library to be compiled as a DLL, so they weren't very useful. Right now neither Cygwin or MinGW can compile the library as a DLL (any voluteers? A 'make snmplibdll' would be great.) The MSVC build compiles the library as a DLL for use with the Perl modules, and compiles everything else static because of some multithreading issues under Windows.
Right now, the best way to compile Net-SNMP with the Perl modules is using MSVC. I would like to see the MinGW port get to the point that we can release binaries using MinGW instead..
Alex ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
