Re: How to include Libs and Flags in ./configure

2008-05-17 Thread Dave Shield
2008/5/15 Raghavendra Prasad <[EMAIL PROTECTED]>: > With the option --with-libs="-lTOS -lCTIfce -lCIfce -lm" I get an error *what* error? > I have stored all these libraries in "net-snmp-5.4.1" > directory, is this the property directory to store? No - probably not. You would normally instal

Re: How to include Libs and Flags in ./configure

2008-05-15 Thread Raghavendra Prasad
HI, With the option --with-libs="-lTOS -lCTIfce -lCIfce -lm" I get an error I have stored all these libraries in "net-snmp-5.4.1" directory, is this the property directory to store? I have another shared library "NEEDELIB=libTOS.so", how do I include this in ./configure step?, I tried putting

Re: How to include Libs and Flags in ./configure

2008-05-15 Thread Thomas Anders
Raghavendra Prasad wrote: > I need to include the following libraries to integrate a datamodule > into my SNMP agent > > Eg: > > CFLAGS+=-I../../common/include/gamma -Wall -Wshadow -Wunreachable-code > -W -g -ggdb > LDLIBS+=-lTOS -lCTIfce -lCIfce -lm > NEEDELIB=libTOS.so > > I know the relative

How to include Libs and Flags in ./configure

2008-05-15 Thread Raghavendra Prasad
Hi all, I need to include the following libraries to integrate a datamodule into my SNMP agent Eg: CFLAGS+=-I../../common/include/gamma -Wall -Wshadow -Wunreachable-code -W -g -ggdb LDLIBS+=-lTOS -lCTIfce -lCIfce -lm NEEDELIB=libTOS.so I know the relative path of these libraries.Tampering the M