Installing Gawk-3.1.3

Estimated build time:           0.2 SBU
Estimated required disk space:  15 MB

Contents of Gawk

(Last checked against version 3.1.1.)

Gawk is an awk implementation that is used to manipulate text files.

Gawk installs the following:

Program Files

awk, gawk, gawk-3.1.1, grcat, igawk, pgawk, pgawk-3.1.1, pwcat

Gawk Installation Dependencies

(Not checked yet.)

Installation of Gawk

Before installing the Gawk package you have to apply a patch, which fixes the following issues:

patch -Np1 -i ../gawk-3.1.3.patch

Now prepare Gawk for compilation:

./configure --prefix=/usr --libexecdir=/usr/bin

Compile the package:

make

This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:

make check

And install the package:

make install