Ignore:
File:
1 edited

Legend:

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

    r1c95a11 rb6831b6  
    2828    <para os="a">Prepare MPFR for compilation:</para>
    2929
    30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
    31     ./configure --prefix=/usr --enable-shared \
    32         --with-gmp=/usr</userinput></screen>
     30<screen os="b"><userinput>CC="gcc -isystem /usr/include" \
     31LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
     32  ./configure --prefix=/usr --enable-shared \
     33    --with-gmp=/usr</userinput></screen>
    3334
    3435    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.