%general-entities; ]> Gawk-&gawk-version; Gawk <para>The Gawk package contains programs for manipulating text files.</para> </sect2> <sect2 role="installation"> <title>Installation of Gawk Patch Gawk to fix a bug which causes it to segfault when invoked on a non-existent file: patch -Np1 -i ../&gawk-segfault-patch; Prepare Gawk for compilation: ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ --prefix=/usr --libexecdir=/usr/lib The configure script does not detect the following properly: cat >> config.h << "EOF" #define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1 EOF Compile the package: make Install the package: make DESTDIR=${CLFS} install Contents of Gawk Installed programs awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk, pgawk, pgawk-&gawk-version;, and pwcat Short Descriptions awk A link to gawk awk gawk A program for manipulating text files; it is the GNU implementation of awk gawk gawk-&gawk-version; A hard link to gawk gawk-&gawk-version; grcat Dumps the group database /etc/group grcat igawk Gives gawk the ability to include files igawk pgawk The profiling version of gawk pgawk pgawk-&gawk-version; Hard link to pgawk pgawk-&gawk-version; pwcat Dumps the password database /etc/passwd pwcat