bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] base64_encode


From: Reuben Hawkins
Subject: [Bug-wget] base64_encode
Date: Tue, 26 Aug 2014 18:47:39 -0700

When compiling wget, and linking to gnutls statically, there's a linker
error.

It seems both gnutls and wget define base64_encode....

<snip>/lib/libgnutls.a(base64.o): In function `base64_encode':

<snip>/gnutls-3.1.5/gl/base64.c:67: multiple definition of `base64_encode'

utils.o:utils.c:(.text+0x3360): first defined here

Seems like the right thing to do is check for base64_encode in the
configure script and only define it in utils.c if it's not already
available....

Should I submit a patch?


reply via email to

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