[AGENT++] Compiling SNMP++ v3.2 with BCC

Jochen Katz katz at agentpp.com
Mon Jun 8 21:42:17 CEST 2009


Hi,

> I'm trying to compile SNMP++ v3.2 with BCC using the supplied
> Makefile.bcc. There were some errors initially because I susupect the
> OBJS list is incomplete and USERHEADERS and UXHEADERS are pointed at
> the wrong place.

yes, as all other Makefiles include the common.mk, I forgot to update
the bcc Makefiles (will be updated in the next snapshot).

> But I could not make the console example with the supplied
> Makefile.bcc in the consoleExamples folder. Here's what happened when
> I type "make -f Makefile.bcc":
> 
> Unresolved external
> 'SnmpMessage::load(unsigned char *, unsigned long)'
> Unresolved external 'receive_snmp_notification(int, Snmp&, Pdu&,
> SnmpTarget * *)'

Are these the only two errors? Or do more "unresolved external" errors
follow?

I just rechecked with the free command line tools (bcc 5.5) and after
changing the header paths in the makefile, I could compile the
consoleExamples.

Does the error occur again if you delete all files in the lib folder and
all .obj files and compile it again?

Regards,
  Jochen



More information about the AGENTPP mailing list