Re: Extending snmp agent: compile extension source and header files faster

2010-10-16 Thread Leo Lin
Thanks! very much,   Leo; --- On Sat, 10/16/10, Dave Shield wrote: From: Dave Shield Subject: Re: Extending snmp agent: compile extension source and header files faster To: "Abraham Varricatt" Cc: "Leo Lin" , "Net-snmp-users" Date: Saturday, October 16, 2010,

Re: Extending snmp agent: compile extension source and header files faster

2010-10-16 Thread Dave Shield
On 16 October 2010 02:20, Abraham Varricatt wrote: > Not to go off-topic, but is there any real need to run "make install" in > this case? If I understood Leo correctly, all he wants to do is check for > syntax/compile errors and THAT should be handled by a simple "make" right? Yes - you are quit

Re: Extending snmp agent: compile extension source and header files faster

2010-10-15 Thread Abraham Varricatt
> > > You should then be able to run "make ; make install" > and it will only re-compile the new module (plus a couple > of other files), rather than the whole thing. > > > Dave > Not to go off-topic, but is there any real need to run "make install" in this case? If I understood Leo correctly, all

Re: Extending snmp agent: compile extension source and header files faster

2010-10-15 Thread Dave Shield
On 15 October 2010 14:10, Leo Lin wrote: > just wondering if there's a way to compile my source and header files > generated by mib2c without having to go through the > >./configure, make, make install process. If you're just wanting to add an extra MIB module to the agent, and you've already

Extending snmp agent: compile extension source and header files faster

2010-10-15 Thread Leo Lin
Hi,   just wondering if there's a way to compile my source and header files generated by mib2c without having to go through the   ./configure, make, make install process.   I don't want to install the extension, but just to see if it can be compile successfully and there's no sintax errors.   fo