Ignore:
Timestamp:
Jul 6, 2009, 2:44:34 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
57e2e06
Parents:
4ee8905
Message:

Fix compilation errors with ppl in the final system on multilib by dropping the --with-gmp args. GMP is a required dep, if it doesn't fine it, it will error. Passing the --with-gmp-prefix args cause it to look at /usr/lib/libgmp.so only. Which will cause n32 and 64 bit multilib builds to fail.

File:
1 edited

Legend:

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

    r4ee8905 rfddcf74  
    3333    CXX="g++ -isystem /usr/include" \
    3434    LDFLAGS="-Wl,-rpath-link,/lib" \
    35     ./configure --prefix=/usr --enable-shared --with-libgmp-prefix=/usr \
    36     --with-libgmpxx-prefix=/usr</userinput></screen>
     35    ./configure --prefix=/usr --enable-shared</userinput></screen>
    3736
    3837    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.