Update to check-0.15.2
[linux_from_scratch.git] / BOOK / chapter08 / libelf.xml
blobbda3414cb7c57f3edede9a5be1b102a1b827efc0
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4   <!ENTITY % general-entities SYSTEM "../general.ent">
5   %general-entities;
6 ]>
8 <sect1 id="ch-system-libelf" role="wrap">
9   <?dbhtml filename="libelf.html"?>
11   <sect1info condition="script">
12     <productname>libelf</productname>
13     <productnumber>&elfutils-version;</productnumber>
14     <address>&elfutils-url;</address>
15   </sect1info>
17   <title>Libelf from Elfutils-&elfutils-version;</title>
19   <indexterm zone="ch-system-libelf">
20     <primary sortas="a-Libelf">Libelf</primary>
21   </indexterm>
23   <sect2 role="package">
24     <title/>
26     <para>Libelf is a library for handling ELF (Executable and Linkable Format)
27     files.</para>
29     <segmentedlist>
30       <segtitle>&buildtime;</segtitle>
31       <segtitle>&diskspace;</segtitle>
33       <seglistitem>
34         <seg>&elfutils-fin-sbu;</seg>
35         <seg>&elfutils-fin-du;</seg>
36       </seglistitem>
37     </segmentedlist>
39   </sect2>
41   <sect2 role="installation">
42     <title>Installation of Libelf</title>
44       <para>Libelf is part of elfutils-&elfutils-version; package. Use
45       the elfutils-&elfutils-version;.tar.bz2 as the source tarball.</para>
47     <para>Prepare Libelf for compilation:</para>
49 <screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput></screen>
51     <para>Compile the package:</para>
53 <screen><userinput remap="make">make</userinput></screen>
55     <para>To test the results, issue:</para>
56     
57 <screen><userinput remap="test">make check</userinput></screen>
59 <!--    <para>One test, run-elfclassify.sh, is known to fail.</para>-->
61     <para>Install only Libelf:</para>
63 <screen><userinput remap="install">make -C libelf install
64 install -vm644 config/libelf.pc /usr/lib/pkgconfig
65 rm /lib/libelf.a</userinput></screen>
67   </sect2>
69   <sect2 id="contents-elfutils" role="content">
70     <title>Contents of Libelf</title>
72     <segmentedlist>
73       <segtitle>Installed Library</segtitle>
74       <segtitle>Installed Directory</segtitle>
76       <seglistitem>
77         <seg>
78           libelf.so
79         </seg>
80         <seg>
81           /usr/include/elfutils
82         </seg>
83       </seglistitem>
84     </segmentedlist>
86   </sect2>
88 </sect1>