[AGENT++] compile agentpp with cygwin under win server 2003

Jochen Katz katz at agentpp.com
Fri Aug 19 22:23:35 CEST 2005


Hi,

> #warning Threads defined_but_no_reentrant_LOCALTIME_function
> #warning Threads defined_but_no_reentrant_GETHOSTBYADDR_function
> #warning Threads defined_but_no_reentrant_GETHOSTBYNAME_function

these warnings are issued because XXX_r() functions are not available
for cygwin and the XXX() functions are not reentrant and threads are
enabled. So there is the chance that two threads call a non reentrant
function at the same time...

> key` : /././snmp++/src/auth_priv.cpp:1257:undefined reference to
> _'des_key_sched' etc.

If you keep SNMPv3 enabled, you need (as Frank also wrote) libdes,
libtomcrypt or openSSL (for openSSL you will have to add -lssl or
something similar to the linker command of the examples).

Regards,
  Jochen



More information about the AGENTPP mailing list