lfs/chapter05/gawk-inst.xml
2002-07-29 18:12:02 +00:00

14 lines
388 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 \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static --disable-nls &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>
</sect2>