Hi all, I am trying to cross-compile wget using the target=x86_64-linux-gnueabi. It makes it almost all the way through but is dying at the link stage with the error I name in the subject line. It looks as if wget is trying to use a function in gnutls that has been deprecated/deleted. Is there a workaround for this? From what I have found so far, gnutls_protocol_set_priority() should be replaced with gnutls_priority_set_direct(). But, I see that both of these functions are listed in wget/src/gnutls.c.
Can someone please advise me on this? Thanks so much! Best, Steve
