aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk-inst.xml
blob: e5f97ae6d7f2b16d6c361b6b784b1cfe8a562206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2>
<title>Installation of Gawk</title>

<para>We will apply a patch to Gawk in Chapter 6. Install Gawk by
running the following commands:</para>

<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
./configure --prefix=$LFS/static --disable-nls &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>

</sect2>