Details on this package are located in Section 6.38.2, “Contents of Gawk.”
The Gawk package contains programs for manipulating text files.
User Notes: http://wiki.linuxfromscratch.org/hlfs/wiki/gawk
Prepare Gawk for compilation:
./configure --prefix=/tools
Compile the package:
make
Install the package:
make install
Details on this package are located in Section 6.38.2, “Contents of Gawk.”