source: general/prog/elfutils.xml@ 1b387d2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1b387d2 was 1b387d2, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to dhcpcd-6.1.0
Update to clutter-1.16.0
Update to poppler-0.24.2
Update to elfutils=0.157
Update to shared-mimi-info-1.2
Update to totem-3.10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11907 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.8 KB
Line 
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
7 <!ENTITY elfutils-download-http
8 "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
9 <!ENTITY elfutils-download-ftp " ">
10 <!ENTITY elfutils-md5sum "0f6746a55f0bc26558f0c162fe137fa1">
11 <!ENTITY elfutils-size "2.5 MB">
12 <!ENTITY elfutils-buildsize "70 MB">
13 <!ENTITY elfutils-time "0.7 SBU">
14]>
15
16<sect1 id="elfutils" xreflabel="elfutils-&elfutils-version;">
17 <?dbhtml filename="elfutils.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>elfutils-&elfutils-version;</title>
25
26 <indexterm zone="elfutils">
27 <primary sortas="a-elfutils">elfutils</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to elfutils</title>
32
33 <para>
34 The <application>elfutils</application> package contains set of utilities
35 and libraries for handling ELF (Executable and Linkable Format) files.
36 </para>
37
38 &lfs74_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&elfutils-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&elfutils-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &elfutils-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &elfutils-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &elfutils-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &elfutils-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">
75 User Notes: <ulink url="&blfs-wiki;/elfutils"/>
76 </para>
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of elfutils</title>
81
82 <para>
83 Install <application>elfutils</application> by running the following
84 commands:
85 </para>
86
87<!-- don't disable static libs, disable-static switch doesn't work anyways -->
88<screen><userinput>./configure --prefix=/usr --program-prefix="eu-" &amp;&amp;
89make</userinput></screen>
90
91 <para>
92 To test the results, issue: <command>make check</command>.
93 </para>
94
95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para>
107 <parameter>--program-prefix="eu-"</parameter>: This switch renames installed
108 programs to avoid conflict with <application>Binutils</application> programs
109 installed in LFS.
110 </para>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 eu-addr2line, eu-ar, eu-elfcmp, eu-elflint, eu-findtextrel, eu-ld,
125 eu-make-debug-archive, eu-nm, eu-objdump, eu-ranlib, eu-readelf,
126 eu-size, eu-strings, eu-strip, and eu-unstrip
127 </seg>
128 <seg>
129 libasm.{a,so}, libdw.{a,so}, libebl.a, and libelf.{a,so}
130 </seg>
131 <seg>
132 /usr/include/elfutils and
133 /usr/lib/elfutils
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 </sect2>
139
140</sect1>
Note: See TracBrowser for help on using the repository browser.