Opened 15 years ago

Last modified 15 years ago

#217 closed defect

add CPPFLAGS and CXX to compile PPL — at Initial Version

Reported by: potuz Owned by: clfs-commits@…
Priority: minor Milestone: CLFS Standard 1.2.0
Component: BOOK Version: CLFS Standard GIT
Keywords: Cc:

Description

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

Note: See TracTickets for help on using tickets.