source: BOOK/final-system/mips64-64/glibc.xml@ 3f8be484

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 3f8be484 was 3f8be484, checked in by Jim Gifford <clfs@…>, 19 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 4.9 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-glibc" role="wrap">
11 <?dbhtml filename="glibc.html"?>
12
13 <title>Glibc-&glibc-version;</title>
14
15 <indexterm zone="ch-system-glibc">
16 <primary sortas="a-Glibc">Glibc</primary>
17 </indexterm>
18
19 <sect2 role="package">
20 <title/>
21
22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
23 href="../common/glibc.xml"
24 xpointer="xpointer(//*[@role='package']/para[1])"/>
25
26 <segmentedlist>
27 <segtitle>&buildtime;</segtitle>
28 <segtitle>&diskspace;</segtitle>
29
30 <seglistitem>
31 <seg>Not checked yet</seg>
32 <seg>Not checked yet</seg>
33 </seglistitem>
34 </segmentedlist>
35
36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37 href="../common/glibc.xml"
38 xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/>
39
40 </sect2>
41
42 <sect2 role="installation">
43 <title>Installation of Glibc</title>
44
45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46 href="../common/glibc.xml"
47 xpointer="xpointer(//*[@os='a'])"/>
48
49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50 href="../common/glibc.xml"
51 xpointer="xpointer(//*[@os='b'])"/>
52
53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54 href="../common/glibc.xml"
55 xpointer="xpointer(//*[@os='c'])"/>
56
57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58 href="../common/glibc.xml"
59 xpointer="xpointer(//*[@os='d'])"/>
60
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62 href="../mips/glibc.xml"
63 xpointer="xpointer(//*[@os='m1'])"/>
64
65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
66 href="../mips/glibc.xml"
67 xpointer="xpointer(//*[@os='m2'])"/>
68
69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
70 href="../common/glibc.xml"
71 xpointer="xpointer(//*[@os='e'])"/>
72
73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
74 href="../common/glibc.xml"
75 xpointer="xpointer(//*[@os='f'])"/>
76
77 <para>Now we make sure the Glibc goes into
78 <filename class="directory">/lib</filename>:</para>
79
80<screen><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
81
82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83 href="../common/glibc.xml"
84 xpointer="xpointer(//*[@os='g'])"/>
85
86<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
87 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
88 --libexecdir=/usr/lib/glibc --libdir=/usr/lib</userinput></screen>
89
90 <variablelist>
91 <title>The meaning of the new configure option:</title>
92
93 <varlistentry>
94 <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
95 <listitem>
96 <para>This changes the location of the <command>pt_chown</command>
97 program from its default of <filename
98 class="directory">/usr/libexec</filename> to <filename
99 class="directory">/usr/lib64/glibc</filename>.</para>
100 </listitem>
101 </varlistentry>
102 </variablelist>
103
104 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
105 href="../common/glibc.xml"
106 xpointer="xpointer(//*[@os='j'])"/>
107
108 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
109 href="../common/glibc.xml"
110 xpointer="xpointer(//*[@os='k'])"/>
111
112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
113 href="../common/glibc.xml"
114 xpointer="xpointer(//*[@os='l'])"/>
115
116 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
117 href="../common/glibc.xml"
118 xpointer="xpointer(//*[@os='m'])"/>
119
120 <!-- test comments from 64bit which is clean -->
121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
122 href="../multilib/glibc-64bit.xml"
123 xpointer="xpointer(//*[@os='n'])"/>
124
125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
126 href="../common/glibc.xml"
127 xpointer="xpointer(//*[@os='q'])"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
130 href="../common/glibc.xml"
131 xpointer="xpointer(//*[@os='r'])"/>
132
133 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
134 href="../common/glibc.xml"
135 xpointer="xpointer(//*[@os='s'])"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
138 href="../common/glibc.xml"
139 xpointer="xpointer(//*[@os='t'])"/>
140
141 </sect2>
142
143 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
144 href="../common/glibc.xml"
145 xpointer="xpointer(id('i18n-glibc'))"/>
146
147 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
148 href="../common/glibc.xml"
149 xpointer="xpointer(id('conf-glibc'))"/>
150
151 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
152 href="../common/glibc.xml"
153 xpointer="xpointer(id('conf-ld'))"/>
154
155 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
156 href="../common/glibc.xml"
157 xpointer="xpointer(id('contents-glibc'))"/>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.