libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Cross Compiing MHD with libgnuTLS


From: DJM-Avalesta
Subject: [libmicrohttpd] Cross Compiing MHD with libgnuTLS
Date: Mon, 07 Dec 2020 18:36:04 +0000
User-agent: Roundcube Webmail/1.4-rc2

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

[Prev in Thread] Current Thread [Next in Thread]