Re: RUNFULLTESTS results
Bart Van Assche <[email protected]>
| Newsgroups | gmane.network.net-snmp.devel |
|---|---|
| Message-ID | <[email protected]> |
On 9/25/18 6:42 AM, Mark Christiansen wrote: > Is the MinGW build the best way to get net-SNMP up with OpenSSL on > Windows? Or should I be doing it with Microsoft Visual Studio C++? MinGW build support was added before Microsoft Visual Studio became available as a free download. I think that building against Visual Studio will be easier. Net-SNMP feature support differs though. MinGW e.g. comes with a version of Perl. Building the Net-SNMP Perl modules with MSVC is no longer possible since I don't know of any Perl binaries for Windows that have been built with MSVC. The ActivePerl project switched some time ago from MSVC to gcc. Bart.