libelf-0.8.13

Introduction to libelf

The libelf package is a object file access library. It lets you read, modify or create ELF files in an architecture-independent way.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libelf

Installation of libelf

Install libelf by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libelf.{so,a}
Installed Directories: None

Short Descriptions

libelf.{so,a}

contains the libelf API functions.

Last updated on 2010-01-14 03:58:01 +0000