On Fri, 2014-10-24 at 18:30 -0700, Mat Troi wrote:
> Yes I have nettle 2.7.1, I changed my configure line to have -L and -l > for pointing to libnettle and hogweed and that helps. > NETTLE_LIBS="-L/usr/local/lib -lnettle" > NETTLE_CFLAGS="-I/usr/local/include" HOGWEED_LIBS="-L/usr/local/lib > -lhogweed" HOGWEED_CFLAGS="-I/usr/local/include" > Now I am missing this symbol, do you know what library I need to > include for this? > CC gnutls_openssl.lo > CC openssl_compat.lo > CCLD libgnutls-openssl.la > Undefined first referenced > symbol in file > version_to_entry .libs/gnutls_openssl.o No idea, but you most probably you don't need this library. Try using --disable-openssl-compatibility to configure script. regards, Nikos _______________________________________________ Gnutls-help mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-help
