Ignore:
Timestamp:
Oct 29, 2007, 11:57:20 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5032d69
Parents:
0f7e9ab
Message:

Updated to Gawk 3.1.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gawk.xml

    r0f7e9ab r7cbeedf  
    2626    <title>Installation of Gawk</title>
    2727
    28     <para os="a">Patch Gawk to fix a bug which causes it to
    29     segfault when invoked on a non-existent file:</para>
     28    <para os="a">Prepare Gawk for compilation:</para>
    3029
    31 <screen os="b"><userinput>patch -Np1 -i ../&gawk-segfault-patch;</userinput></screen>
    32 
    33     <para os="c">Prepare Gawk for compilation:</para>
    34 
    35 <screen os="d"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
    3631
    3732    <para os="h1">Now fix an issue that will cause the Gettext testsuite
     
    4035<screen os="h2"><userinput>echo '#define HAVE_LC_MESSAGES 1' >> config.h</userinput></screen>
    4136
    42     <para os="e">Compile the package:</para>
     37    <para os="c">Compile the package:</para>
    4338
    44 <screen os="f"><userinput>make</userinput></screen>
     39<screen os="d"><userinput>make</userinput></screen>
    4540
    46     <para os="g">To test the results, issue:
     41    <para os="e">To test the results, issue:
    4742    <userinput>make check</userinput>.</para>
    4843
    49     <para os="h">Install the package:</para>
     44    <para os="f">Install the package:</para>
    5045
    51 <screen os="i"><userinput>make install</userinput></screen>
     46<screen os="g"><userinput>make install</userinput></screen>
    5247
    5348  </sect2>
Note: See TracChangeset for help on using the changeset viewer.