[Announce] Libgcrypt 1.4.0 (stable) released
Charly Avital
shavital at mac.com
Tue Dec 11 08:32:53 CET 2007
Werner Koch wrote the following on 12/10/07 2:01 PM:
> Hello!
>
> We are pleased to announce the availability of Libgcrypt 1.4.0. This is
> the new stable version of Libgcrypt and upward compatible with the 1.2
> series.
>
> The 1.2 series will enter end of life state in 2 years on 2009-12-31.
>
> Libgcrypt is a general purpose library of cryptographic building blocks.
> It is originally based on code used by GnuPG. It does not provide any
> implementation of OpenPGP or other protocols. Thorough understanding of
> applied cryptography is required to use Libgcrypt.
[...]
>
> Werner
On an Apple Macbook Intel Core 2 Duo:
1. Configured for: Darwin (i386-apple-darwin9.1.0)
2. Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'dumpsexp'
'/usr/local/bin/dumpsexp'
/usr/bin/install -c dumpsexp /usr/local/bin/dumpsexp
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
/usr/bin/install -c 'libgcrypt-config' '/usr/local/bin/libgcrypt-config'
test -z "/usr/local/sbin" || .././install-sh -c -d "/usr/local/sbin"
test -z "/usr/local/include" || .././install-sh -c -d "/usr/local/include"
/usr/bin/install -c -m 644 'gcrypt.h' '/usr/local/include/gcrypt.h'
/usr/bin/install -c -m 644 'gcrypt-module.h'
'/usr/local/include/gcrypt-module.h'
test -z "/usr/local/share/aclocal" || .././install-sh -c -d
"/usr/local/share/aclocal"
/usr/bin/install -c -m 644 'libgcrypt.m4'
'/usr/local/share/aclocal/libgcrypt.m4'
Making install in doc
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/info" || .././install-sh -c -d
"/usr/local/share/info"
/usr/bin/install -c -m 644 './gcrypt.info'
'/usr/local/share/info/gcrypt.info'
install-info --info-dir='/usr/local/share/info'
'/usr/local/share/info/gcrypt.info'
Making install in tests
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
-------
To the best of my limited understading, Libgcrypt 1.4.0 has been
successfully installed in this compuner?
On a PPC machine though, it failed, see separate report.
Thank you Werner,
Charly
More information about the Gnupg-users
mailing list