GNU Pth
From CBLFS
| Download Source: | ftp://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz |
|---|
Introduction to GNU Pth
Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution (aka ``multithreading) inside event-driven applications.
Project Home Page: http://www.gnu.org/software/pth/
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
To do...
Install the package
make install
N32
Compile the package:
To do...
Install the package
make install
64Bit
Compile the package:
To do...
Install the package
make install
Contents
| Installed Programs: | pth-config |
|---|---|
| Installed Libraries: | libpth.{a,la,so} |
| Installed Directory: | None |