Ignore:
Timestamp:
Jul 6, 2009, 12:05:53 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:
4ee8905
Parents:
aa443fc
Message:

Also set CXX for ppl in the final system.

File:
1 edited

Legend:

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

    raa443fc rd7bec52  
    3030    <para os="a">Prepare PPL for compilation:</para>
    3131
    32 <screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
    33 ./configure --prefix=/usr --enable-shared --with-libgmp-prefix=/usr \
     32<screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include" \
     33    CXX="g++ -isystem /usr/include" \
     34    LDFLAGS="-Wl,-rpath-link,/lib" \
     35    ./configure --prefix=/usr --enable-shared --with-libgmp-prefix=/usr \
    3436    --with-libgmpxx-prefix=/usr</userinput></screen>
    3537
Note: See TracChangeset for help on using the changeset viewer.