On Mar 30 08:31, Jacky wrote:
> Corinna Vinschen cygwin.com> writes:
>
> >
> > On Mar 8 18:53, Hughes, Gregory Mark (PSG Consumer Experience) wrote:
> > > Hi,
> > >
> > > After updating to Cygwin 1.7.8-1, I am seeing an unresolved reference to
> __xpg_strerror_r
> >
> > Fixed in the recent
Corinna Vinschen cygwin.com> writes:
>
> On Mar 8 18:53, Hughes, Gregory Mark (PSG Consumer Experience) wrote:
> > Hi,
> >
> > After updating to Cygwin 1.7.8-1, I am seeing an unresolved reference to
__xpg_strerror_r
>
> Fixed in the recent snapshots on http://cygwin.com/snapshots/
>
> Cor
On Mar 8 18:53, Hughes, Gregory Mark (PSG Consumer Experience) wrote:
> Hi,
>
> After updating to Cygwin 1.7.8-1, I am seeing an unresolved reference to
> __xpg_strerror_r
Fixed in the recent snapshots on http://cygwin.com/snapshots/
Corinna
--
Corinna Vinschen Please, sen
Hi,
After updating to Cygwin 1.7.8-1, I am seeing an unresolved reference to
__xpg_strerror_r
This test program links successfully if I define _GNU_SOURCE to so select the
alternate strerror_r entrypoint.
Compile with "gcc test.c":
#include
#include
int main()
{
char err_buf[256];
4 matches
Mail list logo