GNU Pth

From CBLFS
Revision as of 02:16, 27 March 2007 by Chipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | ftp://ftp.gnu.org/gnu/pth/pth-{{GNU-Pth-Version}}.tar.gz |} ---- == Introduction to GNU Pth =...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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