Installation of Gawk Prepare Gawk to be compiled: CFLAGS="-O2 -pipe" \     ./configure --prefix=/stage1 Continue with compiling the package: make LDFLAGS="-s" And finish off installing the package: make install