lfs/chapter05/gawk-inst.xml

14 lines
364 B
XML

<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>