Changeset 1c9985f for BOOK/temp-system/common/m4.xml
- Timestamp:
- Dec 18, 2013, 12:35:49 AM (11 years ago)
- Children:
- 026bb5d
- Parents:
- d240b159
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/m4.xml
rd240b159 r1c9985f 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ 2 <!DOCTYPE c:package [ 4 3 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 4 %general-entities; 6 5 ]> 7 6 8 <sect1 id="ch-temp-system-m4" role="wrap"> 9 <?dbhtml filename="m4.html"?> 7 <c:package xmlns:c="http://schema.cross-lfs.org/book" 8 xmlns:xi="http://www.w3.org/2001/XInclude" 9 id="ch-temp-system-m4" c:multibuild="false"> 10 10 11 <title>M4-&m4-version;</title> 11 <c:title>M4</c:title> 12 <c:version>&m4-version;</c:version> 13 <c:variant>temporary system</c:variant> 12 14 13 <indexterm zone="ch-temp-system-m4"> 14 <primary sortas="a-M4">M4</primary> 15 <secondary>temporary system</secondary> 16 </indexterm> 15 <xi:include href="../../final-system/common/m4.xml" 16 xpointer="xmlns(co=http://schema.cross-lfs.org/book) 17 xpointer(/co:package/co:description[1])" /> 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/common/m4.xml" 20 xpointer="xpointer(//*[@role='package'])"/> 19 <c:install> 21 20 22 <sect2 role="installation">23 <title>Installation of M4</title>21 <c:para>Configure can not properly determine the results of the 22 following tests:</c:para> 24 23 25 <para os="cc1">Configure can not properly determine the results of the 26 following tests:</para> 27 28 <screen os="cc2"><userinput>cat > config.cache << EOF 24 <c:command>cat > config.cache << EOF 29 25 gl_cv_func_btowc_eof=yes 30 26 gl_cv_func_mbrtowc_incomplete_state=yes … … 35 31 gl_cv_func_wcrtomb_retval=yes 36 32 gl_cv_func_wctob_works=yes 37 EOF</ userinput></screen>33 EOF</c:command> 38 34 39 < para os="a">Prepare M4 for compilation:</para>35 <c:para>Prepare M4 for compilation:</c:para> 40 36 41 <screen os="b"><userinput>./configure --prefix=/tools \37 <c:command c:multilib="false">./configure --prefix=/tools \ 42 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 --cache-file=config.cache</ userinput></screen>39 --cache-file=config.cache</c:command> 44 40 45 <para os="c">Compile the package:</para> 41 <c:command c:multilib="true">CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 --cache-file=config.cache</c:command> 46 44 47 <screen os="d"><userinput>make</userinput></screen>45 <c:para>Compile the package:</c:para> 48 46 49 < para os="e">Install the package:</para>47 <c:command>make</c:command> 50 48 51 <screen os="f"><userinput>make install</userinput></screen>49 <c:para>Install the package:</c:para> 52 50 53 </sect2>51 <c:command>make install</c:command> 54 52 55 <sect2 role="content"> 56 <title/> 53 </c:install> 57 54 58 <para>Details on this package are located in <xref 59 linkend="contents-m4" role="."/></para> 55 <c:contents c:ref="ch-system-m4" /> 60 56 61 </sect2> 62 63 </sect1> 57 </c:package>
Note:
See TracChangeset
for help on using the changeset viewer.