|
From: Doug M. <do...@ix...> - 2003-06-18 12:03:36
|
So, has anyone else out there run into anything like this with cygwin and net-snmp ? I even backed down a couple of releases on net-snmp and tried again and got the same error message. Per other reply, libtool --version shows that it's 1.5. Any other ideas for things I can check ? (The cygwin environment is v 1.3.22-1, fwiw. But I don't really think that's the issue.) /doug On or about Mon, Jun 16, 2003 at 08:08:56AM -0400, Doug McPherson wrote: > On or about Fri, Jun 13, 2003 at 09:18:28AM +0100, Dave Shield wrote: > > > > > Is there some way to instruct configure to _only_ configure to build the > > > client apps ? > > > > Not just using configure, no. > > The simplest approach is either: > > > > a) configure > > cd snmplib ; make > > cd apps; make > > or > > b) edit the top-level Makefile: > > > > < SUBDIRS = snmplib agent apps man local mibs local > > > SUBDIRS = snmplib apps man local mibs local > > make > > > > > > > ./configure seems to go ok, but make ends with this error: > > > > Ummm... not sure. > > I presume the 'libnetsnmp' library did build OK? > > Yes. "make" in that directory completes with no errors. > I even did a make install there, and it correctly installed the libs in > /usr/local/lib > > > > /doug > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Net-snmp-users mailing list > Net...@li... > Please see the following page to unsubscribe or change other options: > https://lists.sourceforge.net/lists/listinfo/net-snmp-users |