> On 17 Oct 2016, at 11:27, Blake McBride <blake1...@gmail.com> 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



_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to