[AGENT++] agent++ compilation problem under cygwin

Jochen Katz katz at agentpp.com
Thu Nov 10 23:18:14 CET 2005


Hi,

> I'm currently unable to compile agent++ under cygwin. The following is a
> snippet of the output generated during compilation. Any ideas on what
> the problem is?
> agent++/src/mib.cpp:251: undefined reference to
> `Snmp_pp::SnmpInt32::SnmpInt32()'
> [...]

if you just did a "make -f Makefile.linux" make tries to build a shared
lib and fails with these errors. Do a "make -f Makefile.linux lib"
instead. The static lib can be made without errors.

If someone has a patch for the Makefile to allow shared libs for cygwin,
send me a mail.

Regards,
  Jochen





More information about the AGENTPP mailing list