Hi,
I have managed to cross compile and build libgnuTLS from scratch with
all of its dependant libraries, libNettle, libHogweed, libGMP etc. Now I need to link this with the build of libMicroHttpd. I use the configure command:-
./configure --host=arm CC=arm-none-linux-gnueabi-gcc
--with-gnutls=/mnt/hgfs/Projects/libmicrohttpd-0.9.62/src
--enable-https=yes
LFLAGS=/mnt/hgfs/Projects/GnuTLS/gnutls-3.6.15/lib/.libs/ but I get this
checking how to find GnuTLS library...
-I/mnt/hgfs/Projects/libmicrohttpd-0.9.62/src/include
-L/mnt/hgfs/Projects/libmicrohttpd-0.9.62/src/lib -lgnutls
checking for gnutls/gnutls.h... yes
checking for gnutls_priority_set in -lgnutls... no
configure: error: can't find usable libgnutls at specified prefix
/mnt/hgfs/Projects/libmicrohttpd-0.9.62/src
It looks like my libgnuTLS library is not right, where am I going wrong?


Regards
David

Reply via email to