help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Error build - can't find gnutls


From: Holger Freyther
Subject: Re: [Help-smalltalk] Error build - can't find gnutls
Date: Mon, 17 Oct 2016 11:36:53 +0200

> On 17 Oct 2016, at 11:27, Blake McBride <address@hidden> wrote:
> 
> 17.1
> 
> Attached.

Thank you! GST tries to use pkg-config --exists --print-errors "gnutls"
to find GNUtls but that fails. Could you use dpkg -L <name-of-gnutls-dev>
package to see where the gnutls.pc is put?

You can wokaround by modifying packages/net/Makefile.am and put -lgnutls
into the LDADD line.

And I will have to modify the autoconf test. In contrast to the pkg-config
macro GST_HAVE_LIBS will not define GNUTLS_LIBS. I am tempted to remove
the fallback as it was broken and pkg-config is probably a decade old by
now as well.

holger





reply via email to

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