The elfutils package contains set of utilities and libraries for handling ELF (Executable and Linkable Format) files.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): https://fedorahosted.org/releases/e/l/elfutils/0.156/elfutils-0.156.tar.bz2
Download MD5 sum: f3b5cbb63b0757f571c6cc109df4c55b
Download size: 2.6 MB
Estimated disk space required: 85 MB
Estimated build time: 0.6 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/elfutils
Install elfutils by running the following commands:
./configure --prefix=/usr --program-prefix="eu-" && make
To test the results, issue: make check.
Now, as the root
user:
make install
--program-prefix="eu-"
:
This switch renames installed programs to avoid conflict with
Binutils programs installed in
LFS.
Last updated on 2013-08-24 18:49:48 -0700