wget -c http://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz
tar -xzf pth-2.0.7.tar.gz
cd pth-2.0.7
mkdir -p build
cd build
../configure --prefix="/usr"
make # can't handle -j#
make install