On 17/01/07, Clement Hsu <[EMAIL PROTECTED]> wrote:
> Thanks. But if the cc.c and cc.h are not mibmodule, in this situation,
> does the command : --with-mib-modules=sss,cc still work?
Yes.
"--with-mib-module" just configures a list of code files to compile
into the agent. It doesn't actually
Dear Dave:
Thanks. But if the cc.c and cc.h are not mibmodule, in this situation,
does the command : --with-mib-modules=sss,cc
still work?
Thank you
Best Regards,
Clement Hsu
2007/1/17, Dave Shield <[EMAIL PROTECTED]>:
On 17/01/07, Clement Hsu <[EMAIL PROTECTED]> wrote:
> However, the prob
On 17/01/07, Clement Hsu <[EMAIL PROTECTED]> wrote:
> However, the problem is how to compiler these file statically.
> I mean that if I have a mib module called sss, and its main files with
> generating by mib2c is sss.c and sss.h. and I also write a program
> called cc.c and cc.h the sss.c must i
Dear All:
I write a codes for scalar with mib2c. And I also write a api to make the
program
can be developed more smooth.
However, the problem is how to compiler these file statically.
I mean that if I have a mib module called sss, and its main files with
generating
by mib2c is sss.c and sss.h. a