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-readline-n32" role="wrap">
|
---|
9 | <?dbhtml filename="readline-n32.html"?>
|
---|
10 |
|
---|
11 | <title>Readline-&readline-version; N32 Libraries</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-system-readline-n32">
|
---|
14 | <primary sortas="a-Readline">Readline</primary>
|
---|
15 | <secondary>N32</secondary>
|
---|
16 | </indexterm>
|
---|
17 |
|
---|
18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
19 | href="../common/readline.xml"
|
---|
20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
21 |
|
---|
22 | <sect2 role="installation">
|
---|
23 | <title>Installation of Readline</title>
|
---|
24 |
|
---|
25 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
26 | href="readline.xml"
|
---|
27 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
28 |
|
---|
29 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
30 | href="readline.xml"
|
---|
31 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
32 |
|
---|
33 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
34 | href="readline.xml"
|
---|
35 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
36 |
|
---|
37 | <screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
|
---|
38 | ./configure --prefix=/usr --libdir=/lib32 \
|
---|
39 | --docdir=/usr/share/doc/readline-&readline-version;</userinput></screen>
|
---|
40 |
|
---|
41 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
42 | href="readline.xml"
|
---|
43 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
44 |
|
---|
45 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
46 | href="readline.xml"
|
---|
47 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
48 |
|
---|
49 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
50 | href="readline.xml"
|
---|
51 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
52 |
|
---|
53 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
54 | href="readline.xml"
|
---|
55 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
56 |
|
---|
57 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
58 | href="readline.xml"
|
---|
59 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
60 |
|
---|
61 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
62 | href="readline.xml"
|
---|
63 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
64 |
|
---|
65 | <screen os="i"><userinput>mv -v /lib32/lib{readline,history}.a /usr/lib32</userinput></screen>
|
---|
66 |
|
---|
67 | <para os="j">Next, relink the dynamic libraries into <filename class="directory">/usr/lib32</filename> and remove the <filename class="extension">.so</filename> files in <filename class="directory">/lib32</filename>.</para>
|
---|
68 |
|
---|
69 | <screen os="k"><userinput>ln -svf ../../lib32/$(readlink /lib32/libreadline.so) /usr/lib32/libreadline.so
|
---|
70 | ln -svf ../../lib32/$(readlink /lib32/libhistory.so) /usr/lib32/libhistory.so
|
---|
71 | rm -v /lib32/lib{readline,history}.so</userinput></screen>
|
---|
72 |
|
---|
73 | </sect2>
|
---|
74 |
|
---|
75 | <sect2 role="content">
|
---|
76 | <title/>
|
---|
77 |
|
---|
78 | <para>Details on this package are located in <xref
|
---|
79 | linkend="contents-file" role="."/></para>
|
---|
80 |
|
---|
81 | </sect2>
|
---|
82 |
|
---|
83 | </sect1>
|
---|