Thanks again. I had noticed that in the readme, and the project is apparently attempting to link against the open ssl lib, but there seems to be an additional external dependency that is not met. Here is an example of the actual linker error:
'libeay32.lib(rand_win.obj) : error LNK2001: unresolved external symbol __imp_delet...@4' I am attempting to statically link everything. Ron ________________________________________________________ From: Bart Van Assche [mailto:[email protected]] Sent: April 30, 2010 1:47 PM To: Ron Bets Cc: Net SNMP Coders ([email protected]) Subject: Re: Problems building 5.2.4.1 with IPv6 support on Windows On Fri, Apr 30, 2010 at 7:40 PM, Ron Bets <[email protected]> wrote: Thanks. The PSDK include directory does come before the VC98 include dirs. I *think* I was successful building the libs from the IDE, but the errors persist from the cmd line. However, when I try to build an executable, e.g., snmpwalk, I get linker errors (unresolved external symbol), apparently from the OpenSSL library (libeay32.lib), even though OpenSSL built and tested OK. The workspace files have to be modified manually when building with OpenSSL (see also README.win32). Regarding the batch build: I'm not sure that the MSVC 6 compiler (cl.exe) respects the include path configured via the MSVC 6 development environment. Bart. ------------------------------------------------------------------------------ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
