Opened 15 years ago

Closed 15 years ago

#217 closed defect (fixed)

add CPPFLAGS and CXX to compile PPL

Reported by: potuz Owned by: Joe Ciccone
Priority: minor Milestone: CLFS Standard 1.2.0
Component: BOOK Version: CLFS Standard GIT
Keywords: Cc:

Description (last modified by Joe Ciccone)

in SVN20090705-x86_64-Multilib section 10.14 ppl will fail to build unless adding the right flags

CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILD32}" \

CXX="g++ -isystem /usr/include ${BUILD32}" \ LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \

./configure --prefix=/usr --host=${CLFS_TARGET32} --enable-shared \ --with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr

otherwise it will complain about not finding the right GMP

Change History (2)

comment:1 by Joe Ciccone, 15 years ago

Description: modified (diff)
Owner: changed from clfs-commits@… to Joe Ciccone

comment:2 by Joe Ciccone, 15 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Fixed

Note: See TracTickets for help on using tickets.