Changeset 0e17eae in clfs-sysroot


Ignore:
Timestamp:
01/04/09 14:01:05 (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
a2bcc79
Parents:
f3a1e98
Message:

Fix gettext compilation issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gettext.xml

    rf3a1e98 r0e17eae  
    2828    <title>Installation of Gettext</title>
    2929
     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" &gt; config.cache
     34echo "gl_cv_func_wcwidth_works=yes" &gt;&gt; config.cache
     35echo "gt_cv_func_printf_posix=yes" &gt;&gt; config.cache
     36echo "gt_cv_int_divbyzero_sigfpe=yes" &gt;&gt; config.cache</userinput></screen>
     37
    3038    <para os="a">Prepare Gettext for compilation:</para>
    3139
    3240<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>
    3442
    3543    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.