Changeset 2189
- Timestamp:
- 07/22/06 17:07:58 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-2.0/BOOK/final-system/common/gawk.xml
r2122 r2189 36 36 --prefix=/usr --libexecdir=/usr/lib</userinput></screen> 37 37 38 <para os="e">Compile the package:</para> 38 <para os="e">The <command>configure</command> script does not detect the 39 following properly:</para> 39 40 40 <screen os="f"><userinput>make</userinput></screen> 41 <screen os="f"><userinput>cat >> config.h << "EOF" 42 #define HAVE_LANGINFO_CODESET 1 43 #define HAVE_LC_MESSAGES 1 44 EOF</userinput></screen> 41 45 42 <para os="g"> Installthe package:</para>46 <para os="g">Compile the package:</para> 43 47 44 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 48 <screen os="h"><userinput>make</userinput></screen> 49 50 <para os="i">Install the package:</para> 51 52 <screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 45 53 46 54 </sect2>
