Changeset 135767c in clfs-sysroot
- Timestamp:
- Jul 12, 2009, 4:49:22 PM (15 years ago)
- Branches:
- master
- Children:
- 0185cb5
- Parents:
- 625455a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/m4.xml
r625455a r135767c 27 27 <title>Installation of M4</title> 28 28 29 <para os="cc1">Configure can not properly determine the results of the 30 following tests:</para> 31 32 <screen os="cc2"><userinput>cat > config.cache << EOF 33 gl_cv_func_btowc_eof=yes 34 gl_cv_func_mbrtowc_incomplete_state=yes 35 gl_cv_func_mbrtowc_sanitycheck=yes 36 gl_cv_func_mbrtowc_null_arg=yes 37 gl_cv_func_mbrtowc_retval=yes 38 gl_cv_func_mbrtowc_nul_retval=yes 39 gl_cv_func_wcrtomb_retval=yes 40 gl_cv_func_wctob_works=yes 41 EOF</userinput></screen> 42 29 43 <para os="a">Prepare M4 for compilation:</para> 30 44 31 45 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --prefix=/usr </userinput></screen>46 --prefix=/usr --cache-file=config.cache</userinput></screen> 33 47 34 48 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.