>>>>> On Thu, 15 Apr 2010 14:08:09 +0900 (KST), "»ý°¢Çϱâ" >>>>> <[email protected]> said:
b> I make shared library and static library using my source library files. b> and linked them b> but useless... b> It is my install script file You can't include them as a library since the base agent won't know what init_ functions to call to start you code. Instead, put your code in the agent/mibgroup directory and use --with-mib-modules="file1 file2" etc to get them to compile in and the init_ routines to be found and used. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
