bug-gnulib
[Top][All Lists]
Advanced

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

Re: regex.c not 64-bit clean (?)


From: Paul Eggert
Subject: Re: regex.c not 64-bit clean (?)
Date: Wed, 14 Jun 2006 11:46:12 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Santiago Vila <address@hidden> writes:

> checking for ssize_t... no

This is the crucial problem (in Output2).  That test cases includes
<sys/types.h> and decides that you don't have ssize_t, so it puts
"#define ssize_t int" into config.h.  Yet, as the other files make
clear, your host does have a ssize_t typedef in <sys/types.h>.
Can you please inspect config.log for the failing test, and find
out why it mistakenly thinks your host lacks ssize_t?  Thanks.





reply via email to

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