Re: making binary of helper_complex.c for testing

2011-12-31 Thread Dave Shield
    [ First - *please* don't mail me privately, without copying any responses to the mailing list.  I don't have the time     or inclination to offer private, unpaid, SNMP consultancy.     Keep discussions to the list, where others can both learn     and offer advice.  Thanks.   ] On 31 December 20

Re: making binary of helper_complex.c for testing

2011-12-30 Thread Dave Shield
On 28 December 2011 09:07, Ravi Kumar wrote: > 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 ? I think it's fair to assume that this has not been tried i

Re: making binary of helper_complex.c for testing

2011-12-29 Thread Ravi Kumar
can any one help me on this ? thanks... On Wed, Dec 28, 2011 at 2:37 PM, Ravi Kumar wrote: > 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

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 --