The elfutils package contains a 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.8 platform.
Download (HTTP): https://fedorahosted.org/releases/e/l/elfutils/0.163/elfutils-0.163.tar.bz2
Download MD5 sum: 77ce87f259987d2e54e4d87b86cbee41
Download size: 5.8 MB
Estimated disk space required: 103 MB (with tests)
Estimated build time: 0.8 SBU (with tests)
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 2015-09-09 21:58:46 -0700