On 2/11/07, Ken Moffat <[EMAIL PROTECTED]> wrote: > On Sun, Feb 11, 2007 at 03:27:58PM -0600, Randy McMurchy wrote: > > Ken Moffat wrote these words on 02/11/07 15:17 CST: > > > > > I'm seeing 782.6MB on recent LFS-svn (so, gcc-4.1.1). I'm > > > installing in /usr: > > > > > > [EMAIL PROTECTED] ~ $du -sh /usr/lib/X11/modules/dri > > > 225M /usr/lib/X11/modules/dri > > > > I'd be interested in knowing what all you have in your .../modules/dri > > directory. I have 15 .so files, all between 2.3 and 2.5 mb each for a > > total of 35 megabytes. Are you sure you're only counting what is > > installed by the MesaLib package? > > > Fairly sure. > > [EMAIL PROTECTED] ~ $ls -lh /usr/lib/X11/modules/dri > total 225M > -rwxr-xr-x 1 root root 16M 2007-02-06 19:47 ffb_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 i810_dri.so > -rwxr-xr-x 1 root root 17M 2007-02-06 19:47 i915_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 mach64_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 mga_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 r128_dri.so > -rwxr-xr-x 1 root root 16M 2007-02-06 19:47 r200_dri.so > -rwxr-xr-x 1 root root 16M 2007-02-06 19:47 r300_dri.so > -rwxr-xr-x 1 root root 16M 2007-02-06 19:47 radeon_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 s3v_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 savage_dri.so > -rwxr-xr-x 1 root root 16M 2007-02-06 19:47 sis_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 tdfx_dri.so > -rwxr-xr-x 1 root root 14M 2007-02-06 19:47 trident_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 unichrome_dri.so
Did you pass any OPT_FLAGS? The default is -g, so that might explain why you have much bigger binaries. Actually, for the ones I'm really using, I was passing "-g -O2 ..." and they're between 12 and 16 Mb. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
