-- 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's | next... |