RE: Compile mib module in C++

2007-02-09 Thread Stephen Yu
ssage- From: Wes Hardaker [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:14 PM To: Stephen Yu Cc: [email protected] Subject: Re: Compile mib module in C++ >>>>> "SY" == Stephen Yu <[EMAIL PROTECTED]> writes: SY> I implement

Compile mib module in C++

2007-02-09 Thread Stephen Yu
I implemented my own private mib module in C++. I want to compile and link the module into the agent: snmpd. I run 'configure --with-mib-modules=mymodule'. However, it assumes the implementation file is a C file and won't compile my .cpp source file. What is the way to specify C++ implementation f