libpthread-stubs-0.1

Introduction to libpthread-stubs

The libpthread-stubs package provides weak aliases for pthread functions not provided in libc or otherwise available by default. This is useful for libraries that rely on pthread stubs to use pthreads optionally. On Linux, all necessary pthread functions are available, so this package is simply a placeholder.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libpthread-stubs

Installation of libpthread-stubs

Install libpthread-stubs 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 Libraries: None
Installed Directories: None

Last updated on 2007-07-09 23:30:55 -0500