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.5 platform.
Download (HTTP): https://fedorahosted.org/releases/e/l/elfutils/0.158/elfutils-0.158.tar.bz2
Download MD5 sum: 050a4909e452d01ab4747fd69d4036e0
Download size: 4.8 MB
Estimated disk space required: 91 MB
Estimated build time: 0.7 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 2014-02-18 12:55:40 -0800