Changeset 03e0e3d


Ignore:
Timestamp:
Jul 3, 2009, 12:16:52 PM (15 years ago)
Author:
Zack Winkles <eikniw@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3c32719
Parents:
65a1d51
Message:

Explicitly link MPFR to our GMP build.

Location:
BOOK
Files:
3 edited

Legend:

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

    r65a1d51 r03e0e3d  
    3535
    3636<screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
    37     ./configure --prefix=/usr --enable-shared</userinput></screen>
     37    ./configure --prefix=/usr --enable-shared \
     38        --with-gmp=/usr</userinput></screen>
    3839
    3940    <para os="c">Compile the package:</para>
  • BOOK/introduction/common/changelog.xml

    r65a1d51 r03e0e3d  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>July 3, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Winkie] - Explicitly link MPFR against our GMP.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/temp-system/common/mpfr.xml

    r65a1d51 r03e0e3d  
    3535<screen os="b"><userinput>./configure --prefix=/tools \
    3636    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    37     --enable-shared</userinput></screen>
     37    --enable-shared --with-gmp=/tools</userinput></screen>
    3838
    3939    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.