>>>>> On Mon, 20 Jun 2005 21:55:49 -0700 (PDT), mahua dutta <[EMAIL PROTECTED]> >>>>> said:
Change this: mahua> all:$(PROG) mahua> $(PROG): $(OBJS) mahua> $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) to this: all:$(PROG) $(PROG): $(OBJS) $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) `net-snmp-config --libs` -- Wes Hardaker Sparta, Inc. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
