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

Thomas Anders <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
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
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.