Re: dynamic table Table creation

2011-12-28 Thread Dave Shield
On 23 December 2011 12:44, Suresh kumar wrote: > 2.   Now we are trying to implement CONNECTION table which is a dynamic > table. When the system starts (when snmpd agent is launched) there may or > may not be any entries in this table and eventually as connections are > configured this table

making binary of helper_complex.c for testing

2011-12-28 Thread Ravi Kumar
Hi, I want to compile *helper_complex.c * with gcc and make binary of it. I know this file has main function and can run independently for testing. Can any one let me know how can i do this ? what flags and linking parameter are required to pass with gcc ? Thanks --