On 27/09/2007, Jelena Savic <[EMAIL PROTECTED]> wrote:
> I need to create a shared object for this so that i can load the module
> dynamically. Is there an example of a makefile that does this?
Please see the tutorial
"Writing a Dynamically Loadable Object"
on the project web site.
Dave
I generated code for a MIB using mib2c.iterate_access.conf, which created
several files including myMib.c myMib.h myMib_access.c myMib_access.h
(several more)
where source files depend on other source files.
I need to create a shared object for this so that i can load the module
dynamically.