Changeset e81afa2 for BOOK/temp-system
- Timestamp:
- Jul 25, 2010, 3:23:40 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 54d2269
- Parents:
- 134074b
- Location:
- BOOK/temp-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/ppl.xml
r134074b re81afa2 23 23 <title>Installation of PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../common/ppl.xml" 28 xpointer="xpointer(//*[@os=' p1'])"/>27 xpointer="xpointer(//*[@os='s1'])"/> 29 28 30 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 30 href="../common/ppl.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 31 xpointer="xpointer(//*[@os='s2'])"/> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 42 40 --disable-optimization --with-libgmp-prefix=/tools \ 43 41 --with-libgmpxx-prefix=/tools</userinput></screen> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../common/ppl.xml" 45 xpointer="xpointer(//*[@os='bp1'])"/> 46 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 48 href="../common/ppl.xml" 49 xpointer="xpointer(//*[@os='bp2'])"/> 44 50 45 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/cloog-ppl.xml
r134074b re81afa2 33 33 --> 34 34 35 <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system . Also, Have the configure script look for the version of PPL that we compiled in the previous step:</para>35 <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para> 36 36 37 37 <screen os="s2"><userinput>cp -v configure{,.orig} 38 38 sed -e "/LD_LIBRARY_PATH=/d" \ 39 -e "s/^\(ppl_minor_version\)=.[0-9]/\1=11/" \40 39 configure.orig > configure</userinput></screen> 41 40 -
BOOK/temp-system/common/ppl.xml
r134074b re81afa2 23 23 <title>Installation of PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../../final-system/common/ppl.xml" 28 xpointer="xpointer(//*[@os=' p1'])"/>27 xpointer="xpointer(//*[@os='s1'])"/> 29 28 30 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 30 href="../../final-system/common/ppl.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 31 xpointer="xpointer(//*[@os='s2'])"/> 34 32 35 33 <para os="a">Prepare PPL for compilation:</para> -
BOOK/temp-system/multilib/ppl.xml
r134074b re81afa2 23 23 <title>Installation of PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../common/ppl.xml" 28 xpointer="xpointer(//*[@os=' p1'])"/>27 xpointer="xpointer(//*[@os='s1'])"/> 29 28 30 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 30 href="../common/ppl.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 31 xpointer="xpointer(//*[@os='s2'])"/> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 42 40 --disable-optimization --with-libgmp-prefix=/tools \ 43 41 --with-libgmpxx-prefix=/tools</userinput></screen> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../common/ppl.xml" 45 xpointer="xpointer(//*[@os='bp1'])"/> 46 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 48 href="../common/ppl.xml" 49 xpointer="xpointer(//*[@os='bp2'])"/> 44 50 45 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.