Changeset 924206c for BOOK/temp-system
- Timestamp:
- Sep 5, 2015, 1:26:57 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- 23d7b98
- Parents:
- 7709fcb
- git-author:
- William Harrington <kb0iic@…> (09/05/15 01:22:16)
- git-committer:
- William Harrington <kb0iic@…> (09/05/15 01:26:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gettext.xml
r7709fcb r924206c 33 33 <screen os="b"><userinput>cd gettext-tools</userinput></screen> 34 34 35 <para os="t1">When cross-compiling, the Gettext36 <command>configure</command> script assumes we don't have a working wcwidth37 even when we do. The following will fix possible38 compilation errors because of this assumption:</para>39 40 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>41 42 35 <para os="c">Prepare Gettext for compilation:</para> 43 36 44 <screen os="d"><userinput> ./configure --prefix=/tools \37 <screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \ 45 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 46 39 --disable-shared --cache-file=config.cache</userinput></screen> … … 55 48 <screen os="h"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> 56 49 50 <variablelist os="i"> 51 <title>The meaning of the configure option:</title> 52 53 <varlistentry> 54 <term><parameter>EMACS="no"</parameter></term> 55 <listitem> 56 <para>This prevents the installation of the Emacs Lisp files 57 as the test is known to hang on some hosts.</para> 58 </listitem> 59 </varlistentry> 60 61 </variablelist> 62 63 <para os="j">Compile the required programs and support library:</para> 64 65 <screen os="k"><userinput>make -C gnulib-lib 66 make -C intl pluralx.c 67 make -C src msgfmt msgmerge xgettext</userinput></screen> 68 69 <para os="l">Install the <command>msgfmt</command>, 70 <command>msgmerge</command> and <command>xgettext</command> binaries:</para> 71 72 <screen os="m"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen> 73 57 74 </sect2> 58 75
Note:
See TracChangeset
for help on using the changeset viewer.