The Ptlib (Portable Tools Library) package contains a class library that has its genesis many years ago as PWLib (portable Windows Library), a method to produce applications to run on various platforms.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/ptlib/2.10/ptlib-2.10.10.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.10/ptlib-2.10.10.tar.xz
Download MD5 sum: 1fd609e25f101393bb7e42fbf874c174
Download size: 2.5 MB
Estimated disk space required: 105 MB
Estimated build time: 1.0 SBU
alsa-lib-1.0.27.2, expat-2.1.0, and OpenSSL-1.0.1f
Cyrus SASL-2.1.26, libdc1394, libraw1394, Lua-5.2.3, OpenLDAP-2.4.39, PulseAudio-4.0, SDL-1.2.15, unixODBC-2.3.2, and Video4Linux
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ptlib
Install Ptlib by running the following commands:
patch -Np1 -i ../ptlib-2.10.10-bison_fixes-1.patch && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install && chmod -v 755 /usr/lib/libpt.so.2.10.10
Last updated on 2014-02-23 11:35:28 -0800