Changeset 7cbeedf for BOOK/final-system/common
- Timestamp:
 - Oct 29, 2007, 11:57:20 AM (18 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - 5032d69
 - Parents:
 - 0f7e9ab
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/final-system/common/gawk.xml (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/final-system/common/gawk.xml
r0f7e9ab r7cbeedf 26 26 <title>Installation of Gawk</title> 27 27 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> 30 29 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> 36 31 37 32 <para os="h1">Now fix an issue that will cause the Gettext testsuite … … 40 35 <screen os="h2"><userinput>echo '#define HAVE_LC_MESSAGES 1' >> config.h</userinput></screen> 41 36 42 <para os=" e">Compile the package:</para>37 <para os="c">Compile the package:</para> 43 38 44 <screen os=" f"><userinput>make</userinput></screen>39 <screen os="d"><userinput>make</userinput></screen> 45 40 46 <para os=" g">To test the results, issue:41 <para os="e">To test the results, issue: 47 42 <userinput>make check</userinput>.</para> 48 43 49 <para os=" h">Install the package:</para>44 <para os="f">Install the package:</para> 50 45 51 <screen os=" i"><userinput>make install</userinput></screen>46 <screen os="g"><userinput>make install</userinput></screen> 52 47 53 48 </sect2>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  