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