[Top][All Lists]
[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.
- Re: regex.c not 64-bit clean (?), Eric Blake, 2006/06/14
- Re: regex.c not 64-bit clean (?), Jim Meyering, 2006/06/15
- Re: regex.c not 64-bit clean (?), Paul Eggert, 2006/06/15
- Re: regex.c not 64-bit clean (?), Santiago Vila, 2006/06/15
- Re: regex.c not 64-bit clean (?), Eric Blake, 2006/06/15
- stackovf implementation [Was: regex.c not 64-bit clean (?)], Eric Blake, 2006/06/15
- Re: stackovf implementation [Was: regex.c not 64-bit clean (?)], Eric Blake, 2006/06/20
- Re: stackovf implementation [Was: regex.c not 64-bit clean (?)], Santiago Vila, 2006/06/21
- Re: stackovf implementation, Eric Blake, 2006/06/22