Changeset 3411c18 in clfs-sysroot
- Timestamp:
- Jul 22, 2006, 10:07:58 AM (18 years ago)
- Branches:
- master
- Children:
- 9d01307
- Parents:
- 5620919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gawk.xml
r5620919 r3411c18 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>
Note:
See TracChangeset
for help on using the changeset viewer.