Changeset fddcf74
- Timestamp:
- Jul 6, 2009, 2:44:34 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 57e2e06
- Parents:
- 4ee8905
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/ppl.xml
r4ee8905 rfddcf74 33 33 CXX="g++ -isystem /usr/include" \ 34 34 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> 37 36 38 37 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/ppl-64bit.xml
r4ee8905 rfddcf74 40 40 LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" \ 41 41 ./configure --prefix=/usr \ 42 --libdir=/usr/lib64 --enable-shared \ 43 --with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr</userinput></screen> 42 --libdir=/usr/lib64 --enable-shared</userinput></screen> 44 43 45 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/ppl-n32.xml
r4ee8905 rfddcf74 41 41 LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" \ 42 42 ./configure --prefix=/usr \ 43 --libdir=/usr/lib32 --enable-shared --with-libgmp-prefix=/usr \ 44 --with-libgmpxx-prefix=/usr</userinput></screen> 43 --libdir=/usr/lib32 --enable-shared</userinput></screen> 45 44 46 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/ppl.xml
r4ee8905 rfddcf74 40 40 CXX="g++ -isystem /usr/include ${BUILD32}" \ 41 41 LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \ 42 ./configure --prefix=/usr --host=${CLFS_TARGET32} --enable-shared\43 -- with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr</userinput></screen>42 ./configure --prefix=/usr --host=${CLFS_TARGET32} \ 43 --enable-shared</userinput></screen> 44 44 45 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.