Ignore:
File:
1 edited

Legend:

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

    r8213adb rdabbced  
    2323    <title>Installation of MPFR</title>
    2424
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/common/mpfr.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/mpfr.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    3325    <para os="a">Prepare MPFR for compilation:</para>
    3426
    3527<screen os="b"><userinput>./configure --prefix=/tools \
    3628    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    37     --enable-shared</userinput></screen>
     29    --enable-shared --with-gmp=/tools</userinput></screen>
    3830
    3931    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.