Dave Korn wrote:
ac_cv_sizeof_unsigned_int is defined to 4 by prior tests. Likewise,
ac_cv_sizeof_unsigned_char is 1
ac_cv_sizeof_unsigned_short is 2
ac_cv_sizeof_unsigned_long is 4
ac_cv_sizeof_unsigned_long_long is 8
The test fails with "No unsigned 1-byte integral type". The script exits at
t
On 26 November 2007 11:53, Howard Chu wrote:
[ Howard, it's not convention to Cc: the poster when replying on the Cygwin
list, but since I directed you here from the Gcc list where it is the SOP,
please let me know if you have a preference either way. ]
> if test $ac_cv_type_u_int8_t = yes; then
I ran into this problem while trying to run the BerkeleyDB 4.6.21 configure
script with current Cygwin installed on a Windows64 machine. (Windows 2003
Server SP2 x86_64, using the Cygwin build of the x86_64-pc-mingw32 compiler
from the mingw-64 project).
The script fails on a case statement. P
3 matches
Mail list logo