%general-entities; ]> gawk &gawk-version;
&gawk-url;
Gawk-&gawk-version; Gawk tools <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../chapter06/gawk.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&gawk-ch5-sbu;</seg> <seg>&gawk-ch5-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Gawk First, ensure some unneeded files are not installed: sed -i 's/extras//' Makefile.in Prepare Gawk for compilation: ./configure --prefix=/usr \ --host=$LFS_TGT \ --build=$(./config.guess) Compile the package: make Install the package: make DESTDIR=$LFS install <para>Details on this package are located in <xref linkend="contents-gawk" role="."/></para> </sect2> </sect1>