Opened 16 years ago

Last modified 16 years ago

#217 closed defect

add CPPFLAGS and CXX to compile PPL — at Version 1

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 (1)

comment:1 by Joe Ciccone, 16 years ago

Description: modified (diff)
Owner: changed from clfs-commits@… to Joe Ciccone
Note: See TracTickets for help on using tickets.