gawk-inst.xml 388 B

12345678910111213
  1. <sect2>
  2. <title>Installation of Gawk</title>
  3. <para>We will apply a patch to Gawk in Chapter 6. Install Gawk by
  4. running the following commands:</para>
  5. <para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
  6. &nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static --disable-nls &amp;&amp;
  7. make LDFLAGS=-static &amp;&amp;
  8. make install</userinput></screen></para>
  9. </sect2>