Problem with linking when compiling GNUTLS
Simon Josefsson
simon at josefsson.org
Thu Nov 5 16:17:16 CET 2009
Dagobert Michelsen <dam at opencsw.org> writes:
>> - AC_LIB_HAVE_LINKFLAGS(gcrypt,, [#include <gcrypt.h>],
>> + AC_LIB_HAVE_LINKFLAGS([gcrypt], [gpg-error], [#include <gcrypt.h>],
>> [enum gcry_cipher_algos i = GCRY_CIPHER_CAMELLIA128])
>> if test "$ac_cv_libgcrypt" != yes; then
>> AC_MSG_ERROR([[
>> --
>> 1.6.5.2
>
> Yes, this solves the problem with the missing libgpg-error. Now only
> the -lsocket -lnsl issue needs to be resolved :-)
Great. The -lnsl issue could be fixed by using more recent gnulib here.
/Simon
More information about the Gnutls-devel
mailing list