On 03/23/2016 03:16 PM, co...@sdf.org wrote:
> Hello,
> I've come across a problem with code using gnulib.
We'll need a bit more context: what program are you trying to build, and
what gnulib commit is it using?
>
> it attempts to replace strerror with strerror_rpl, resulting in errors
> like th
Hello,
I've come across a problem with code using gnulib.
it attempts to replace strerror with strerror_rpl, resulting in errors
like the following:
undefined reference to `rpl_strerror'
https://lists.gnupg.org/pipermail/gnutls-devel/2013-November/006594.html
This occurs for two reasons:
Probl