Changeset 9ed7b54 for chapter06/gawk.xml


Ignore:
Timestamp:
01/26/2008 11:35:18 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
bdf8cdd
Parents:
7336a40
Message:

Merged revisions from trunk to jh branch:
r8410, r8411, r8412, r8413, r8414, r8415, r8416, r8417, r8418, r8419, r8420,
r8421, r8422, r8423, r8424, r8426, r8427, r8429, r8430, r8431, r8432, r8433,
r8434, r8435, r8436, r8437, r8438, r8439, r8440, r8441, r8442, r8443, r8444,
r8445, r8446, r8447, r8448, r8449, r8450, r8451, r8452, r8453, r8454, r8455,
r8456, r8457, r8458, r8459, r8460

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8461 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gawk.xml

    r7336a40 r9ed7b54  
    4141    <title>Installation of Gawk</title>
    4242
    43     <para>Under some circumstances, Gawk-&gawk-version;  attempts to free a
    44     chunk of memory that was not allocated. This bug is fixed by the following
    45     patch:</para>
    46 
    47 <screen><userinput remap="pre">patch -Np1 -i ../&gawk-segfault-patch;</userinput></screen>
    48 
    4943    <para>Prepare Gawk for compilation:</para>
    5044
    5145<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
    52 
    53     <para>Due to a bug in the <command>configure</command> script, Gawk fails
    54     to detect certain aspects of locale support in Glibc. This bug leads to,
    55     e.g., Gettext testsuite failures. Work around this issue by appending the
    56     missing macro definitions to <filename>config.h</filename>:</para>
    57 
    58 <screen><userinput remap="configure">cat &gt;&gt; config.h &lt;&lt; "EOF"
    59 <literal>#define HAVE_LANGINFO_CODESET 1
    60 #define HAVE_LC_MESSAGES 1</literal>
    61 EOF</userinput></screen>
    6246
    6347    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.