Re: link an additional library

2005-03-31 Thread Robert Story
On Mon, 28 Mar 2005 10:42:42 -0800 Fong wrote: FT> FT>> Will it be a problem to link to a g++ compiled library? When on 4.x FT> FT>> version, it seemed no problem. Now, I am using 5.0.9. If that is FT> the FT> FT>> problem, is there a way to fix it? FT> FT> RS> No, as long as you are using the g++

RE: link an additional library

2005-03-28 Thread Fong Tsui
FT>> Will it be a problem to link to a g++ compiled library? When on 4.x FT>> version, it seemed no problem. Now, I am using 5.0.9. If that is the FT>> problem, is there a way to fix it? RS> No, as long as you are using the g++ linker, too. The net-snmp code is compiled by default, which is gcc

Re: link an additional library

2005-03-28 Thread Robert Story
On Wed, 23 Mar 2005 16:26:47 -0800 Fong wrote: FT> I am trying to register some MIB to the master agent and need to link an FT> additional library. This library, libmymib.a, is compiled in g++. I use FT> --with-libs option in configure. However, when it tries to make snmpd, FT> it complains that "