Displaying 2 results from an estimated 2 matches for "npth".
Did you mean:
gpth
2012 May 08
0
[Announce] nPth - The New GNU Portable Threads Library
Hi!
We are pleased to announce the first tarball release of the
New GNU Portable Threads Library: nPth version 0.90.
nPth is a non-preemptive threads implementation using an API very similar
to the one known from GNU Pth. It has been designed as a replacement of
GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is
based on the system's standard threads implementation. Thus...
2018 Apr 03
1
GnuPG 2.0.16?
...crypt-1.8.2.tar.bz2
curl $site/libgcrypt/libgcrypt-1.8.2.tar.bz2.sig
curl $site/libgpg-error/libgpg-error-1.28.tar.bz2
curl $site/libgpg-error/libgpg-error-1.28.tar.bz2.sig
curl $site/libksba/libksba-1.3.5.tar.bz2
curl $site/libksba/libksba-1.3.5.tar.bz2.sig
curl $site/npth/npth-1.5.tar.bz2
curl $site/npth/npth-1.5.tar.bz2.sig
curl $site/gnupg/gnupg-2.2.5.tar.bz2
curl $site/gnupg/gnupg-2.2.5.tar.bz2.sig
Check the tarballs against GPG signatures and unpack.
Build libraries first:
export CC=gcc
export CXX=g++
export CFLAGS=-O2...