On Tue, 2005-10-25 at 18:32 -0400, John J. Reardon wrote: > I have a build of net-snmp refreshed from CVS on 10/20. I also have a > build of net-snmp-5.2.1.2. I have configured with the same exact > options and built in the same way. The problem is the CVS exe is > gigantic, while the 5.2.1.2 exe is very small. I was wondering what > gives?
The difference in size is almost certainly due to dynamic vs static libraries. Full releases are configured to build dynamic libraries by default. So most of the code is hidden away in these libraries, and the actual binary is relatively small. The CVS tree is aimed at active development, so is configured to link statically (to ensure that any installed libraries don't interfere with the new test version). This means that all of the active code is included within the agent binary directly - hence the hike in size. I wouldn't worry about it. Dave ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders