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.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://xcb.freedesktop.org/dist/libpthread-stubs-0.3.tar.bz2
Download (FTP): ftp://ftp.x.org/pub/individual/lib/libpthread-stubs-0.3.tar.bz2
Download MD5 sum: e8fa31b42e13f87e8f5a7a2b731db7ee
Download size: 204 KB
Estimated disk space required: 1.4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
Last updated on 2011-12-06 19:16:56 +0000