source: final-system/multilib/readline-n32.xml@ 97074be

Last change on this file since 97074be was a1a7bae, checked in by Jim Gifford <clfs@…>, 19 years ago

r667@server (orig r665): manuel | 2005-11-08 15:10:09 -0800
Removing SBUs and DUs. Chapter final-system, round 5.

  • Property mode set to 100644
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-system-readline-n32" role="wrap">
11 <?dbhtml filename="readline-n32.html"?>
12
13 <title>Readline-&readline-version; N32 Libraries</title>
14
15 <indexterm zone="ch-system-readline-n32">
16 <primary sortas="a-Readline">Readline</primary>
17 <secondary>N32</secondary>
18 </indexterm>
19
20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../common/readline.xml"
22 xpointer="xpointer(//*[@role='package'])"/>
23
24 <sect2 role="installation">
25 <title>Installation of Readline</title>
26
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="readline.xml"
29 xpointer="xpointer(//*[@os='a'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="readline.xml"
33 xpointer="xpointer(//*[@os='b'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="readline.xml"
37 xpointer="xpointer(//*[@os='c'])"/>
38
39<screen><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
40 ./configure --prefix=/usr --libdir=/lib32</userinput></screen>
41
42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43 href="readline.xml"
44 xpointer="xpointer(//*[@os='d'])"/>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="readline.xml"
48 xpointer="xpointer(//*[@os='e'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="readline.xml"
52 xpointer="xpointer(//*[@os='g'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="readline.xml"
56 xpointer="xpointer(//*[@os='h'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59 href="readline.xml"
60 xpointer="xpointer(//*[@os='i'])"/>
61
62<screen><userinput>chmod 755 /lib32/lib{readline,history}.so*</userinput></screen>
63
64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65 href="readline.xml"
66 xpointer="xpointer(//*[@os='k'])"/>
67
68<screen><userinput>mv /lib32/lib{readline,history}.a /usr/lib32</userinput></screen>
69
70 <para>Next, remove the <filename class="extension">.so</filename>
71 files in <filename class="directory">/lib32</filename> and relink them into
72 <filename class="directory">/usr/lib32</filename>.</para>
73
74<screen><userinput>rm /lib32/lib{readline,history}.so
75ln -sf ../../lib32/libreadline.so.5 /usr/lib32/libreadline.so
76ln -sf ../../lib32/libhistory.so.5 /usr/lib32/libhistory.so</userinput></screen>
77
78 </sect2>
79
80 <sect2 role="content">
81 <title/>
82
83 <para>Details on this package are located in <xref
84 linkend="contents-file" role="."/></para>
85
86 </sect2>
87
88</sect1>
Note: See TracBrowser for help on using the repository browser.