coreutils, fileutils, bash

     -- ftp.gnu.org
            gnu/bash/bash-<vers>.tar.gz
                coreutils/coreutils-<vers>.tar.gz
                fileutils/fileutils-<vers>.tar.gz</C>


     -- coreutils:
         -- cd coreutils-<version>
         -- ./configure
         -- edit Makefile:  CFLAGS "-g -O2" --> "-g -O2 -static"
         -- edit src/Makefile:  CFLAGS "-g -O2" --> "-g -O2 -static"
         -- make


     -- fileutils
         -- cd fileutils-<version>
         -- ./configure
         -- edit src/Makefile:  CFLAGS "-g -O2" --> "-g -O2 -static"
             -- no ./Makefile
         -- make    

     -- bash
         -- cd bash-<vers>
         -- ./configure --enable-static-link 

                # ...or possibly, if malloc-related errors are seen...
                # ...or possibly, if malloc-related errors are seen...

         -- ./configure --enable-static-link --without-bash-malloc
         -- make


...cont'snext...



About this document:

Produced from the SGML: /home/isd/public_html/_static_utils/_reml_grp/static_utils.reml
On: 12/7/2006 at 11:49:44
Options: reml2 -i noindex -l long -o html -p multiple