source: BOOK/final-system/common/gawk.xml @ b4ab56c

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since b4ab56c was b4ab56c, checked in by Jim Gifford <clfs@…>, 15 years ago

Added --disable-libsigsegv to Gawk build. If we don't want to add another library to the build.

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-gawk" role="wrap">
9  <?dbhtml filename="gawk.html"?>
10
11  <title>Gawk-&gawk-version;</title>
12
13  <indexterm zone="ch-system-gawk">
14    <primary sortas="a-Gawk">Gawk</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Gawk package contains programs for manipulating text
21    files.</para>
22
23  </sect2>
24
25  <sect2 role="installation">
26    <title>Installation of Gawk</title>
27
28    <para os="a">Prepare Gawk for compilation:</para>
29
30<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
31  --disable-libsigsegv</userinput></screen>
32
33    <para os="c">Compile the package:</para>
34
35<screen os="d"><userinput>make</userinput></screen>
36
37    <para os="e">To test the results, issue:
38    <userinput>make check</userinput>.</para>
39
40    <para os="f">Install the package:</para>
41
42<screen os="g"><userinput>make install</userinput></screen>
43
44  </sect2>
45
46  <sect2 id="contents-gawk" role="content">
47    <title>Contents of Gawk</title>
48
49    <segmentedlist>
50      <segtitle>Installed programs</segtitle>
51
52      <seglistitem>
53        <seg>awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk,
54        pgawk, pgawk-&gawk-version;, and pwcat</seg>
55      </seglistitem>
56    </segmentedlist>
57
58    <variablelist>
59      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
60      <?dbfo list-presentation="list"?>
61      <?dbhtml list-presentation="table"?>
62
63      <varlistentry id="awk">
64        <term><command>awk</command></term>
65        <listitem>
66          <para>A link to <command>gawk</command></para>
67          <indexterm zone="ch-system-gawk awk">
68            <primary sortas="b-awk">awk</primary>
69          </indexterm>
70        </listitem>
71      </varlistentry>
72
73      <varlistentry id="gawk">
74        <term><command>gawk</command></term>
75        <listitem>
76          <para>A program for manipulating text files; it is the GNU
77          implementation of <command>awk</command></para>
78          <indexterm zone="ch-system-gawk gawk">
79            <primary sortas="b-gawk">gawk</primary>
80          </indexterm>
81        </listitem>
82      </varlistentry>
83
84      <varlistentry id="gawk-version">
85        <term><command>gawk-&gawk-version;</command></term>
86          <listitem>
87          <para>A hard link to <command>gawk</command></para>
88          <indexterm zone="ch-system-gawk gawk-version">
89            <primary sortas="b-gawk-&gawk-version;">gawk-&gawk-version;</primary>
90          </indexterm>
91        </listitem>
92      </varlistentry>
93
94      <varlistentry id="grcat">
95        <term><command>grcat</command></term>
96        <listitem>
97          <para>Dumps the group database <filename>/etc/group</filename></para>
98          <indexterm zone="ch-system-gawk grcat">
99            <primary sortas="b-grcat">grcat</primary>
100          </indexterm>
101        </listitem>
102      </varlistentry>
103
104      <varlistentry id="igawk">
105        <term><command>igawk</command></term>
106        <listitem>
107          <para>Gives <command>gawk</command> the ability to include files</para>
108          <indexterm zone="ch-system-gawk igawk">
109            <primary sortas="b-igawk">igawk</primary>
110          </indexterm>
111        </listitem>
112      </varlistentry>
113
114      <varlistentry id="pgawk">
115        <term><command>pgawk</command></term>
116        <listitem>
117          <para>The profiling version of <command>gawk</command></para>
118          <indexterm zone="ch-system-gawk pgawk">
119            <primary sortas="b-pgawk">pgawk</primary>
120          </indexterm>
121        </listitem>
122      </varlistentry>
123
124      <varlistentry id="pgawk-version">
125        <term><command>pgawk-&gawk-version;</command></term>
126        <listitem>
127          <para>Hard link to <command>pgawk</command></para>
128          <indexterm zone="ch-system-gawk pgawk-version">
129            <primary sortas="b-pgawk-&gawk-version;">pgawk-&gawk-version;</primary>
130          </indexterm>
131        </listitem>
132      </varlistentry>
133
134      <varlistentry id="pwcat">
135        <term><command>pwcat</command></term>
136        <listitem>
137          <para>Dumps the password database <filename>/etc/passwd</filename></para>
138          <indexterm zone="ch-system-gawk pwcat">
139            <primary sortas="b-pwcat">pwcat</primary>
140          </indexterm>
141        </listitem>
142      </varlistentry>
143
144    </variablelist>
145
146  </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.