Re: strerror replacement problems on all BSDs

2016-03-24 Thread coypu
On Wed, Mar 23, 2016 at 03:48:00PM -0600, Eric Blake wrote: > 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? > I was runn

Re: strerror replacement problems on all BSDs

2016-03-23 Thread Eric Blake
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

strerror replacement problems on all BSDs

2016-03-23 Thread coypu
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