<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
  %general-entities;
  %patches-entities;
]>

<sect1 id="ch-temp-system-gawk" role="wrap">
  <?dbhtml filename="gawk.html"?>

  <title>Gawk-&gawk-version;</title>

  <indexterm zone="ch-temp-system-gawk">
    <primary sortas="a-Gawk">Gawk</primary>
    <secondary>temporary system</secondary>
  </indexterm>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../../final-system/common/gawk.xml"
  xpointer="xpointer(//*[@role='package'])"/>

  <sect2 role="installation">
    <title>Installation of Gawk</title>

    <para>Prepare Gawk for compilation:</para>

<screen><userinput>CC="${CC} ${BUILD64}" \
   ./configure --prefix=/tools --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>

    <para>Compile the package:</para>

<screen><userinput>make</userinput></screen>

    <para>Install the package:</para>

<screen><userinput>make install</userinput></screen>

  </sect2>

  <sect2 role="content">
    <title/>

    <para>Details on this package are located in <xref
    linkend="contents-gawk" role="."/></para>

  </sect2>

</sect1>
