source: final-system/multilib/e2fsprogs-64bit.xml@ 97074be

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

r666@server (orig r664): manuel | 2005-11-08 14:48:14 -0800
Removing SBUs and DUs. Chapter final-system, round 4.

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[bf8c11f]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-e2fsprogs" role="wrap">
11 <?dbhtml filename="e2fsprogs-64bit.html"?>
12
13 <title>E2fsprogs-&e2fsprogs-version; 64 Bit</title>
14
15 <indexterm zone="ch-system-e2fsprogs">
16 <primary sortas="a-E2fsprogs">E2fsprogs</primary>
17 </indexterm>
18
[a67c762]19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../common/e2fsprogs.xml"
21 xpointer="xpointer(//*[@role='package'])"/>
[bf8c11f]22
23 <sect2 role="installation">
24 <title>Installation of E2fsprogs</title>
25
26 <para>Change the library directory to <filename
27 class="directory">lib64</filename>:</para>
28
29<screen><userinput>sed -i '/libdir=.*\/lib/s@/lib@/lib64@g' configure</userinput></screen>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="e2fsprogs.xml"
33 xpointer="xpointer(//*[@os='a'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="e2fsprogs.xml"
37 xpointer="xpointer(//*[@os='b'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40 href="e2fsprogs.xml"
41 xpointer="xpointer(//*[@os='c'])"/>
42
43<screen><userinput>CC="gcc ${BUILD64}" ../configure --prefix=/usr \
44 --with-root-prefix="" --enable-elf-shlibs --disable-evms</userinput></screen>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="e2fsprogs.xml"
48 xpointer="xpointer(//*[@os='d'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="../common/e2fsprogs.xml"
52 xpointer="xpointer(//*[@os='e'])"/>
53
54<screen><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
55
56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57 href="../common/e2fsprogs.xml"
58 xpointer="xpointer(//*[@os='g'])"/>
59
60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61 href="../common/e2fsprogs.xml"
62 xpointer="xpointer(//*[@os='h'])"/>
63
64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65 href="../common/e2fsprogs.xml"
66 xpointer="xpointer(//*[@os='i'])"/>
67
68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
69 href="e2fsprogs.xml"
70 xpointer="xpointer(//*[@os='j'])"/>
71
72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73 href="e2fsprogs.xml"
74 xpointer="xpointer(//*[@os='k'])"/>
75
76 </sect2>
77
78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79 href="../common/e2fsprogs.xml"
80 xpointer="xpointer(id('contents-e2fsprogs'))"/>
81
82</sect1>
Note: See TracBrowser for help on using the repository browser.