Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/flex.xml

    r2ca606a rdabbced  
    2323    <title>Installation of Flex</title>
    2424
    25     <para os="t3">When cross compiling, the <command>configure</command>
    26     script does not determine the correct values for the following.
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../../final-system/common/flex.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../final-system/common/flex.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
     32
     33    <para os="t3">When Cross Compiling the configure script
     34    does not determine the correct values for the following,
    2735    Set the values manually:</para>
    2836
     
    3644    xpointer="xpointer(//*[@os='a'])"/>
    3745
    38 <screen os="cb"><userinput>M4=m4 ./configure --prefix=/tools \
     46<screen os="cb"><userinput>./configure --prefix=/tools \
    3947    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4048    --cache-file=config.cache</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.