[9470388] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-ppl-n32" role="wrap">
|
---|
| 9 | <?dbhtml filename="ppl-n32.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>PPL-&ppl-version; N32 Libraries</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-ppl-n32">
|
---|
| 14 | <primary sortas="a-PPL">PPL</primary>
|
---|
| 15 | <secondary>N32</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
| 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../common/ppl.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of PPL</title>
|
---|
| 24 |
|
---|
| 25 | <!--
|
---|
| 26 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 27 | href="../common/ppl.xml"
|
---|
| 28 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
| 29 |
|
---|
| 30 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 31 | href="../common/ppl.xml"
|
---|
| 32 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
| 33 | -->
|
---|
| 34 |
|
---|
| 35 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 36 | href="../common/ppl.xml"
|
---|
| 37 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 38 |
|
---|
[d7bec52] | 39 | <screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILDN32}" \
|
---|
| 40 | CXX="g++ -isystem /usr/include ${BUILDN32}" \
|
---|
| 41 | LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" \
|
---|
[2f9a05f1] | 42 | ./configure --prefix=/usr --libdir=/usr/lib32 \
|
---|
| 43 | --enable-shared --disable-optimization \
|
---|
| 44 | --enable-check=quick</userinput></screen>
|
---|
[9470388] | 45 |
|
---|
| 46 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 47 | href="../common/ppl.xml"
|
---|
| 48 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 49 |
|
---|
| 50 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 51 | href="../common/ppl.xml"
|
---|
| 52 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 53 |
|
---|
| 54 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 55 | href="../common/ppl.xml"
|
---|
| 56 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 57 |
|
---|
| 58 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 59 | href="../common/ppl.xml"
|
---|
| 60 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 61 |
|
---|
| 62 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 63 | href="../common/ppl.xml"
|
---|
| 64 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 65 |
|
---|
| 66 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 67 | href="../common/ppl.xml"
|
---|
| 68 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 69 |
|
---|
| 70 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 71 | href="../common/ppl.xml"
|
---|
| 72 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 73 |
|
---|
[79e1de7] | 74 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 75 | href="ppl.xml"
|
---|
| 76 | xpointer="xpointer(//*[@os='m1'])"/>
|
---|
| 77 |
|
---|
| 78 | <screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-n32}</userinput></screen>
|
---|
| 79 |
|
---|
[57e2e06] | 80 | <para os="j">Create the N32 header file:</para>
|
---|
| 81 |
|
---|
| 82 | <screen os="k"><userinput>mv -v /usr/include/ppl{,-n32}.hh</userinput></screen>
|
---|
| 83 |
|
---|
[9470388] | 84 | </sect2>
|
---|
| 85 |
|
---|
| 86 | <sect2 role="content">
|
---|
| 87 | <title/>
|
---|
| 88 |
|
---|
| 89 | <para>Details on this package are located in <xref
|
---|
| 90 | linkend="contents-ppl" role="."/></para>
|
---|
| 91 |
|
---|
| 92 | </sect2>
|
---|
| 93 |
|
---|
| 94 | </sect1>
|
---|