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 libTOS.so inside
"--with-libs=" in addition to to the above.


Please help me out.

With regards,

Raghavendra


On 5/15/08, Thomas Anders <[EMAIL PROTECTED]> wrote:
> 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 path of these libraries.Tampering the Makefile
>  > directly is cumbersome. Please tell me the options available that
>  > exist in ./configure step to include the above libraries
>
>
> Something along the lines of:
>
>  ./configure --with-cflags="-I`pwd`/../../common/include/gamma -Wall -Wshadow 
> -Wunreachable-code"
>             --with-libs="-lTOS -lCTIfce -lCIfce -lm" ...
>
>
>  +Thomas
>
>
>  --
>  Thomas Anders (thomas.anders at blue-cable.de)
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to