Changeset 9915fd89 for BOOK/temp-system/common
- Timestamp:
 - Dec 22, 2007, 3:05:30 PM (18 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - d147a07
 - Parents:
 - d999938
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/temp-system/common/gettext.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/temp-system/common/gettext.xml
rd999938 r9915fd89 29 29 <screen os="b"><userinput>cd gettext-tools</userinput></screen> 30 30 31 <para os="t1">When cross-compiling the Gettext configure script assumes we 32 don't have a working wcwidth when we do. The following will fix possible 33 compilation errors because of this assumption:</para> 34 35 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen> 36 31 37 <para os="c">Prepare Gettext for compilation:</para> 32 38 33 39 <screen os="d"><userinput>./configure --prefix=/tools \ 34 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 --disable-shared </userinput></screen>41 --disable-shared --cache-file=config.cache</userinput></screen> 36 42 37 43 <variablelist os="e">  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  