Changeset 0e17eae in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Jan 4, 2009, 2:01:05 PM (16 years ago)
- Branches:
- master
- Children:
- a2bcc79
- Parents:
- f3a1e98
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gettext.xml
rf3a1e98 r0e17eae 28 28 <title>Installation of Gettext</title> 29 29 30 <para os="c1">When Cross Compiling the configure script does not 31 run a select few tests, Set the values manually:</para> 32 33 <screen os="c2"><userinput>echo "am_cv_func_iconv_works=yes" > config.cache 34 echo "gl_cv_func_wcwidth_works=yes" >> config.cache 35 echo "gt_cv_func_printf_posix=yes" >> config.cache 36 echo "gt_cv_int_divbyzero_sigfpe=yes" >> config.cache</userinput></screen> 37 30 38 <para os="a">Prepare Gettext for compilation:</para> 31 39 32 40 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --prefix=/usr </userinput></screen>41 --prefix=/usr --cache-file=config.cache</userinput></screen> 34 42 35 43 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.