source: BOOK/final-system/multilib/zlib-64bit.xml @ b2bd1cb8

systemd
Last change on this file since b2bd1cb8 was 7cd7f99, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 2.6 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-zlib" role="wrap">
9  <?dbhtml filename="zlib-64bit.html"?>
10
11  <title>Zlib-&zlib-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-zlib">
14    <primary sortas="a-Zlib">Zlib</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[566db8e]18  href="../common/zlib.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of Zlib</title>
23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]25    href="zlib.xml"
[27178ae]26    xpointer="xpointer(//*[@os='a'])"/>
[3f8be484]27
[4173cd9]28<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
[b6831b6]29CXX="g++ -isystem /usr/include ${BUILD64}" \
30LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
[7cd7f99]31./configure \
32    --prefix=/usr \
33    --libdir=/usr/lib64</userinput></screen>
[3f8be484]34
[dabbced]35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a3e7655]36    href="zlib.xml"
37    xpointer="xpointer(//*[@os='c'])"/>
38
[dabbced]39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]40    href="zlib.xml"
41    xpointer="xpointer(//*[@os='d'])"/>
42
[dabbced]43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]44    href="zlib.xml"
45    xpointer="xpointer(//*[@os='e'])"/>
46
[686839b]47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
48    href="zlib.xml"
49    xpointer="xpointer(//*[@os='e2'])"/>
50
[dabbced]51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]52    href="zlib.xml"
53    xpointer="xpointer(//*[@os='f'])"/>
54
[dabbced]55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]56    href="zlib.xml"
57    xpointer="xpointer(//*[@os='g'])"/>
58
[c4534a5]59    <para os="h">The previous command installed two <filename
60    class="extension">.so</filename> files into <filename
[d246b3c]61    class="directory">/usr/lib64</filename>. We will move them into
62    <filename class="directory">/lib64</filename> and then recreate a link
63    in <filename class="directory">/usr/lib64</filename>:</para>
[3f8be484]64
[94e6142]65<screen os="i"><userinput>mv -v /usr/lib64/libz.so.* /lib64
[4302a8c]66ln -sfv ../../lib64/$(readlink /usr/lib64/libz.so) /usr/lib64/libz.so</userinput></screen>
[3f8be484]67
[3bdce0d]68    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
69    href="../common/zlib.xml"
70    xpointer="xpointer(//*[@os='j'])"/>
71
72    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
73    href="../common/zlib.xml"
74    xpointer="xpointer(//*[@os='k'])"/>
75
[3f8be484]76  </sect2>
77
[dabbced]78  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]79  href="../common/zlib.xml"
80  xpointer="xpointer(id('contents-zlib'))"/>
81
82</sect1>
Note: See TracBrowser for help on using the repository browser.