source: final-system/multilib/bzip2.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-bzip2-32" role="wrap">
11 <?dbhtml filename="bzip2.html"?>
12
13 <title>Bzip2-&bzip2-version; 32 Bit Libraries</title>
14
15 <indexterm zone="ch-system-bzip2-32">
16 <primary sortas="a-Bzip2">Bzip2</primary>
17 <secondary>32 Bit</secondary>
18 </indexterm>
19
[a67c762]20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../common/bzip2.xml"
22 xpointer="xpointer(//*[@role='package'])"/>
[bf8c11f]23
24 <sect2 role="installation">
25 <title>Installation of Bzip2</title>
26
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="../common/bzip2.xml"
29 xpointer="xpointer(//*[@os='l'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="../common/bzip2.xml"
33 xpointer="xpointer(//*[@os='m'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../common/bzip2.xml"
37 xpointer="xpointer(//*[@os='a'])"/>
38
39<screen><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"
40make clean</userinput></screen>
41
42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43 href="../common/bzip2.xml"
44 xpointer="xpointer(//*[@os='b'])"/>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="../common/bzip2.xml"
48 xpointer="xpointer(//*[@os='c'])"/>
49
50<screen><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"</userinput></screen>
51
52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
53 href="../common/bzip2.xml"
54 xpointer="xpointer(//*[@os='d'])"/>
55
56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57 href="../common/bzip2.xml"
58 xpointer="xpointer(//*[@os='e'])"/>
59
60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61 href="../common/bzip2.xml"
62 xpointer="xpointer(//*[@os='f'])"/>
63
64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65 href="../common/bzip2.xml"
66 xpointer="xpointer(//*[@os='g'])"/>
67
68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
69 href="../common/bzip2.xml"
70 xpointer="xpointer(//*[@os='h'])"/>
71
72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73 href="../common/bzip2.xml"
74 xpointer="xpointer(//*[@os='i'])"/>
75
76 </sect2>
77
78 <sect2 role="content">
79 <title/>
80
81 <para>Details on this package are located in <xref
82 linkend="contents-bzip2" role="."/></para>
83
84 </sect2>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.