RE: Compilation/Link error while compiling net-snmp5.6.1 on Solaris

2011-04-04 Thread Singh, Vinay
/Link error while compiling net-snmp5.6.1 on Solaris On Mon, Apr 04, 2011 at 11:35:08AM -0700, Singh, Vinay wrote: > I am trying to compile net-snmp 5.6.1 source code on Solaris 10 by > following instruction in README.solaris There are many instructions in there :-( What exactly did you do?

Re: Compilation/Link error while compiling net-snmp5.6.1 on Solaris

2011-04-04 Thread Niels Baggesen
On Mon, Apr 04, 2011 at 11:35:08AM -0700, Singh, Vinay wrote: > I am trying to compile net-snmp 5.6.1 source code on Solaris 10 by > following instruction in README.solaris There are many instructions in there :-( What exactly did you do? > I am getting following error: > > libtool: link: (cd ".

Compilation/Link error while compiling net-snmp5.6.1 on Solaris

2011-04-04 Thread Singh, Vinay
I am trying to compile net-snmp 5.6.1 source code on Solaris 10 by following instruction in README.solaris I am getting following error: libtool: link: (cd ".libs" && rm -f "libnetsnmp.so.25" && ln -s "libnetsnmp.so.25.0.1" "libnetsnmp.so.25") libtool: link: (cd ".libs" && rm -f "libnetsnmp.s

Link error while extending the netsnmp agent in VC++6.0

2006-09-27 Thread Jegan
Hi, I am using VC++6.0 in windows to extend the netsnmp agent. I am getting a link error. I understand that I have not included the appropriate header files. Code is attached. What header files should be included for the agent to work properly. Thanks and Regards, S.Jega snmp.lib - 0 error(s

Re: link error.

2006-02-14 Thread Ramji Chandramouli
Thanks, Wes !That worked.On 2/14/06, Wes Hardaker <[EMAIL PROTECTED]> wrote: > On Tue, 14 Feb 2006 11:38:01 -0800, Ramji Chandramouli < [EMAIL PROTECTED]> said:Ramji> When linking my app to net-snmp-5.3.0.1 ( I've installedRamji> net-snmp using the rpms ), I get the following error.Sorry, that

Re: link error.

2006-02-14 Thread Wes Hardaker
> On Tue, 14 Feb 2006 11:38:01 -0800, Ramji Chandramouli <[EMAIL > PROTECTED]> said: Ramji> When linking my app to net-snmp-5.3.0.1 ( I've installed Ramji> net-snmp using the rpms ), I get the following error. Sorry, that should have been "net-snmp-config --agent-libs" -- Wes Hardaker

Re: link error.

2006-02-14 Thread Wes Hardaker
> On Tue, 14 Feb 2006 11:38:01 -0800, Ramji Chandramouli <[EMAIL > PROTECTED]> said: Ramji> When linking my app to net-snmp-5.3.0.1 ( I've installed Ramji> net-snmp using the rpms ), I get the following error. Make sure you link to everything in the output of net-snmp-config --libs --

link error.

2006-02-14 Thread Ramji Chandramouli
Hi,When linking my app to net-snmp-5.3.0.1 ( I've installed net-snmp using the rpms ), I get the following error./usr/lib/gcc/i386-redhat-linux/3.4.3/../../../libnetsnmpagent.so: undefined reference to `perl_construct' /usr/lib/gcc/i386-redhat-linux/3.4.3/../../../libnetsnmpagent.so: undefined refe

Re: link error for g++ net-snmp

2005-07-22 Thread Deepak Arya
Robert, I am compiling in Fedora-3,  this weekend i am going to use the flags and will update u. thanks Deepak Arya On 7/21/05, Robert Story <[EMAIL PROTECTED]> wrote: On Tue, 19 Jul 2005 23:02:19 -0400 Deepak wrote:DA> Thanks for everyone's help. right now i am able to compile my net-snmpDA> st

Re: link error for g++ net-snmp

2005-07-21 Thread Robert Story
On Tue, 19 Jul 2005 23:02:19 -0400 Deepak wrote: DA> Thanks for everyone's help. right now i am able to compile my net-snmp DA> stack using g++, had to make inline function to non inline. What platform/compiler are you using? I've fixed a lot of problems in CVS, and the main branch now compiles f

Re: link error for g++ net-snmp

2005-07-20 Thread Deepak Arya
]> wrote: On Tue, 12 Jul 2005 18:33:20 -0400 Deepak wrote:DA> thanks for your reply. here is my lib include and when i made few INLINEDA> function to non-inline i didn't get the link error for those function.If you think INLINE is causing you problems, add -DNETSNMP_NO_INLINE to your CFLAGS a

Re: link error for g++ net-snmp

2005-07-19 Thread Robert Story
On Tue, 12 Jul 2005 18:33:20 -0400 Deepak wrote: DA> thanks for your reply. here is my lib include and when i made few INLINE DA> function to non-inline i didn't get the link error for those function. If you think INLINE is causing you problems, add -DNETSNMP_NO_INLINE to your

Re: link error for g++ net-snmp

2005-07-18 Thread Magnus Fromreide
On Tue, Jul 12, 2005 at 06:33:20PM -0400, Deepak Arya wrote: > Magnus, > > thanks for your reply. here is my lib include and when i made few INLINE > function to non-inline i didn't get the link error for those function. > "-lda" and "-ldeas" ar

Re: link error for g++ net-snmp

2005-07-18 Thread Deepak Arya
Magnus, thanks for your reply. here is my lib include and when i made few INLINE function to non-inline i didn't get the link error for those function. "-lda" and "-ldeas" are my library files,  which i am including. /bin/sh ../libtool  --mode=link g++ -g -O2 -Dlinu

Re: link error for g++ net-snmp

2005-07-11 Thread Magnus Fromreide
On Tue, Jul 05, 2005 at 10:58:35PM -0400, Deepak Arya wrote: > All, > when i am trying to compile net-snmp 5.2.1 using g++ i am getting link > error. i changed the Makefile in agent/ and mibgroup/ added my mymib.c & > mymib.h file did make. was sucessfull to build mibgro

link error for g++ net-snmp

2005-07-06 Thread Deepak Arya
All, when i am trying to compile net-snmp 5.2.1  using g++ i am getting link error.  i changed the Makefile in agent/ and mibgroup/  added my mymib.c & mymib.h file did make.  was sucessfull to build mibgroup but when i am building agent/  getting the following error. Can anyone pl