How to link the makefile of the agent, with another makefile?

2013-09-17 Thread Juan Bússoli
Hello, I need somehow unite Agent makefile with another makefile that loads static functions, so that when you run the agent make also run the make created by me. How could I do this? From already, thank you very much. Greetings. John

Re: net-snmp makefile infrastructure "assumptions"

2011-08-03 Thread Garrett Cooper
On Wed, Aug 3, 2011 at 10:16 AM, Garrett Cooper wrote: > Hi, >    1. A number of the Makefiles use the ".SUFFIXES" GNU make > directive; this breaks make clean with all variants of make, sans GNU > make. Correction. It turns out that BSD make sets RM to rm, whereas GNU make sets it to rm -f, so t

net-snmp makefile infrastructure "assumptions"

2011-08-03 Thread Garrett Cooper
Hi, 1. A number of the Makefiles use the ".SUFFIXES" GNU make directive; this breaks make clean with all variants of make, sans GNU make. 2. ExtUtils::MakeMaker hardcodes ${MAKE} -> make (this isn't necessarily true, and definitely doesn't work when I build with gmake on FreeBSD). I'll

how to put /MT compile flag in generated Makefile

2011-02-17 Thread Singh, Vinay
I need to compile the net-snmp source code with /MT flag rather than /MD flag. I understand that Makefile are generated when I run 'build.bat'. Can anyone tell me if there a way to produce the generated makefile with /MT and /MTd flag. Than

Re: about makefile of dynamic module

2008-05-19 Thread Magnus Fromreide
lLineTable_data_access.h > vdslLineTable_data_get.c > vdslLineTable_data_get.h > vdslLineTable_data_set.c > vdslLineTable_data_set.h > vdslLineTable_enums.h > vdslLineTable_interface.c > vdslLineTable_interface.h > vdslLineTable_oids.h > > These files are expected when we run "mib2

Re: about makefile of dynamic module

2008-05-19 Thread Tewen Hsieh
ot;. So I think there should be a template makefile can be referenced. Thanks, 永鈦鑫 iTAS Corporation 新竹科學園區工業東三路6號 NO. 6, Industry E. Rd. III, Science Park, Hsin-Chu, Taiwan 300, R.O.C. Tel:03-6662595 Ext.1208 E-mail:[EMAIL PROTECTED] - Original Message - From: "Magnus Fromreide&

Re: about makefile of dynamic module

2008-05-19 Thread Magnus Fromreide
On tis, 2008-05-20 at 09:40 +0800, Tewen Hsieh wrote: > Hi, > > as title~ > > I am not familiar with writing makefile. > There is just a scalar sample can be found at net-snmp > tutorials(http://net-snmp.sourceforge.net/wiki/index.php/Tutorials). > If I want to write a

about makefile of dynamic module

2008-05-19 Thread Tewen Hsieh
Hi, as title~ I am not familiar with writing makefile. There is just a scalar sample can be found at net-snmp tutorials(http://net-snmp.sourceforge.net/wiki/index.php/Tutorials). If I want to write a dynamic loadable object of a table (ex: ifTable), how can I write the makefile? Is there a

Makefile

2008-03-18 Thread Isaac Eliassi
Hi, 1. At the make file there is a line " $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< " What does the $@ stand for? 2. Which line invokes the gcc for the snmpd execution file? (In case that I want to include some other project (of a Queue for example) that

Re: perl/agent/Support/Makefile

2006-09-19 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: TA> in perl/agent/Support. I've also tried to add TA> - --- snip --- TA> Index: perl/agent/Makefile.PL TA> === TA> RCS file: /cvsroot/net-snmp/net-snmp/perl/agent/Makefile.PL,v

perl/agent/Support/Makefile (was: Re: CVS: net-snmp/perl/agent MANIFEST, 5.2)

2006-09-18 Thread Thomas Anders
ependent of the NetSNMP::agent > module then there should, instead, be a new MANIFEST file in the > Support directory instead. The problem I've been trying to solve is that perl/agent/Support/Makefile doesn't get created (from Makefile.PL) on Solaris 8 w/ stock Perl 5.005_03, so the

Re: Makefile Problem

2005-09-12 Thread Wes Hardaker
> On Mon, 12 Sep 2005 10:10:53 +0200, "Le Gall Jean-Patrick (Skysoft ATM)" > <[EMAIL PROTECTED]> said: Le> I've start a project using KDE, I'm able to compile my project but not Le> to initialize my mib. Le> When my agent is running and I'm trying to send get request from a Le> terminal

Makefile Problem

2005-09-12 Thread Le Gall Jean-Patrick (Skysoft ATM)
website, I've read that $(CC) ... `net-snmp-config --agent-libs` have to be added in the Makefile and also that " In order to make use of any of the above API, you will need to link against at least the four libraries listed above. Just do not understand what should I do to make my program working.   Please help

Re: Main Function File and Makefile

2005-06-29 Thread Wes Hardaker
>>>>> On Tue, 28 Jun 2005 18:57:51 -0300, "Jordan Janeiro Lopes da Silva" >>>>> <[EMAIL PROTECTED]> said: Jordan> Now, (1)I´d like to know if can I generate automatically a Jordan> file like example- demon.c, with the main funtction. If so,

Main Function File and Makefile

2005-06-28 Thread Jordan Janeiro Lopes da Silva
file like example- demon.c, with the main funtction. If so, what can I do to do that? (2)The Makefile to compile everything is generated automatically? If so, what can I do to do that? Sorry if I´ve got some basic questions. Thanks for the help. []´s Jordan Janeiro Telemídia - PUC-Rio

Re: ignore result from test for directory within "man" Makefile

2004-06-03 Thread Wes Hardaker
> On Thu, 20 May 2004 09:26:19 -0400, Robert Story (Coders) <[EMAIL PROTECTED]> > said: Robert> I've been getting this error on Linux, too. I'd say if Wes Robert> doesn't pipe up with an object by the end of the day, check it Robert> in.. I'm pretty sure you long checked this in by now..