source: BOOK/final-system/multilib/bzip2-n32.xml@ 79071fa

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 79071fa was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-bzip2-n32" role="wrap">
9 <?dbhtml filename="bzip2-n32.html"?>
10
11 <title>Bzip2-&bzip2-version; N32 Libraries</title>
12
13 <indexterm zone="ch-system-bzip2-n32">
14 <primary sortas="a-Bzip2">Bzip2</primary>
15 <secondary>N32</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]19 href="../common/bzip2.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22 <sect2 role="installation">
23 <title>Installation of Bzip2</title>
24
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[946b71d]26 href="bzip2.xml"
27 xpointer="xpointer(//*[@os='s1'])"/>
28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[946b71d]30 href="bzip2.xml"
31 xpointer="xpointer(//*[@os='s2'])"/>
32
[3b4eb18]33 <para os="m1">We need to change the default lib path
[3f8be484]34 to <filename class="directory">lib32</filename>:</para>
35
[3b4eb18]36<screen os="m2"><userinput>sed -i 's@/lib\(/\| \|$\)@/lib32\1@g' Makefile</userinput></screen>
[3f8be484]37
[dabbced]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]39 href="bzip2.xml"
40 xpointer="xpointer(//*[@os='a'])"/>
41
[e0e40d3]42<screen os="b"><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"
[3f8be484]43make clean</userinput></screen>
44
[dabbced]45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]46 href="bzip2.xml"
47 xpointer="xpointer(//*[@os='c'])"/>
48
[dabbced]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0acd455]50 href="bzip2.xml"
51 xpointer="xpointer(//*[@os='d'])"/>
[3f8be484]52
[0acd455]53<screen os="e"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" libbz2.a</userinput></screen>
[3f8be484]54
[4473eb9]55 <para os="e1">To test the results, issue:
56 <userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" check</userinput>
57 .</para>
58
[dabbced]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]60 href="bzip2.xml"
61 xpointer="xpointer(//*[@os='i'])"/>
62
[94e6142]63<screen os="j"><userinput>cp -v libbz2.a /usr/lib32
64cp -av libbz2.so* /lib32
65ln -sv ../../lib32/libbz2.so.1.0 /usr/lib32/libbz2.so</userinput></screen>
[3f8be484]66
67 </sect2>
68
69 <sect2 role="content">
70 <title/>
71
72 <para>Details on this package are located in <xref
73 linkend="contents-bzip2" role="."/></para>
74
75 </sect2>
76
77</sect1>
Note: See TracBrowser for help on using the repository browser.