bug-wget
[Top][All Lists]
Advanced

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

Undefined reference to gnutls_protocol_set_priority() when compiling lat


From: Stephen Kirby
Subject: Undefined reference to gnutls_protocol_set_priority() when compiling latest wget version
Date: Mon, 11 May 2020 16:51:18 -0600

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


reply via email to

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