%general-entities; ]> libelf &elfutils-version;
&elfutils-url;
Libelf from Elfutils-&elfutils-version; Libelf <para>Libelf is a library for handling ELF (Executable and Linkable Format) files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&elfutils-ch6-sbu;</seg> <seg>&elfutils-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Libelf Libelf is part of elfutils-&elfutils-version; package. Use the elfutils-&elfutils-version;.tar.bz2 as the source tarball. Prepare Libelf for compilation: ./configure --prefix=/usr --disable-debuginfod Compile the package: make To test the results, issue: make check One test, run-elfclassify.sh, is known to fail. Install only Libelf: make -C libelf install install -vm644 config/libelf.pc /usr/lib/pkgconfig rm /usr/lib/libelf.a Installation of Libelf - 32-bit Clean previous build: make distclean Prepare Libelf for compilation: CC="gcc -m32" ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ --host=i686-pc-linux-gnu Compile the package: make Install the package: make DESTDIR=$PWD/DESTDIR -C libelf install install -vDm644 config/libelf.pc DESTDIR/usr/lib32/pkgconfig/libelf.pc cp -Rv DESTDIR/usr/lib32/* /usr/lib32 rm -rf DESTDIR Installation of Libelf - x32-bit Clean previous build: make distclean Prepare Libelf for compilation: CC="gcc -mx32" ./configure \ --prefix=/usr \ --libdir=/usr/libx32 \ --host=x86_64-pc-linux-gnux32 Compile the package: make Install the package: make DESTDIR=$PWD/DESTDIR -C libelf install install -vDm644 config/libelf.pc DESTDIR/usr/libx32/pkgconfig/libelf.pc cp -Rv DESTDIR/usr/libx32/* /usr/libx32 rm -rf DESTDIR Contents of Libelf Installed Library Installed Directory libelf.so /usr/include/elfutils