To verify that the gcc compiler is causing the large image size differences I replaced the gcc3.4.6 with gcc3.3.2 on the other Solaris10 system and built bind9.3.6. The image file on this system was indeed much larger when made with gcc3.3.2 as was seen on the original Solaris10 system. Going back to the 3.4.6 compiler returned the smaller image. Bind seems to work fine on either image.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jmc Sent: Tuesday, December 02, 2008 6:37 AM To: bind-users@lists.isc.org Subject: Re: bind image size --- Davenport, Steve M [Mon, Dec 01, 2008 at 05:03:06PM -0500]: --- > I have a server running Solaris10 and bind9.3.6 compiled with gcc3.3.2. The build was done with ./configure, make. The image size seems rather large at 10637668 bytes vs 4459328 bytes on a different Solaris10 system. Any ideas about the image size difference? was bind built by hand on the different Solaris10 system? if it's stock (can't recall if there's a SUNWbind or whatever package), the binary is probably stripped. man strip for more details. _______________________________________________ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users _______________________________________________ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users