search for: ac_cv_sizeof_int

Displaying 7 results from an estimated 7 matches for "ac_cv_sizeof_int".

2002 Mar 25
1
int 32 bit error on SPARC 64bit (PR#1415)
...ine uses two's complement. A define like 676 #define USES_TWOS_COMPLEMENT (~0 == (unsigned) -1) 677 might work, but at least one compiler (CodeWarrior 6) chokes on it. 678 So for now just assume it is true. 679 */ ***Related code in configure file: 10871 if test "${ac_cv_sizeof_int}" = 4; then 10872 cat >> confdefs.h <<\EOF 10873 #define INT_32_BITS 1 10874 EOF 10875 10876 fi 10877 if test "${cross_compiling}" = yes; then 10878 warn_xcompile_sizeof_long="assuming C longs are 4 byte on ${host}" 10879 echo "configure: warni...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...c_cv_prog_egrep='grep -E' ac_cv_search_basename='none required' ac_cv_search_dn_expand='none required' ac_cv_search_getrrsetbyname=no ac_cv_search_login='none required' ac_cv_search_nanosleep='none required' ac_cv_search_res_query=-lresolv ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long_int=4 ac_cv_sizeof_long_long_int=8 ac_cv_sizeof_short_int=2 ac_cv_sys_file_offset_bits=no ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_type_char=yes ac_cv_type_in_addr_t=yes ac_cv_type_int=yes ac_cv_type_long_double=yes ac_cv_type_long_int=yes ac_cv_type_long_long=ye...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...l` else @@ -2990,7 +2992,7 @@ echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:2994: checking size of int" >&5 +echo "configure:2996: checking size of int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2998,7 +3000,7 @@ ac_cv_sizeof_int=4 else cat > conftest.$ac_ext <<EOF -#line 3002 "configure" +#line 3004 "configure" #include "confdefs.h" #inclu...
2000 Oct 04
0
2.2.0p1 chroot patch
...l` else @@ -3057,7 +3059,7 @@ echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:3061: checking size of int" >&5 +echo "configure:3063: checking size of int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3065,7 +3067,7 @@ ac_cv_sizeof_int=4 else cat > conftest.$ac_ext <<EOF -#line 3069 "configure" +#line 3071 "configure" #include "confdefs.h" #inclu...
2010 Sep 03
1
TinycoreLinux Install
...e_set='yes' ac_cv_search_fdatasync='none required' ac_cv_search_gethostbyaddr='none required' ac_cv_search_gethostbyname='none required' ac_cv_search_socketpair='none required' ac_cv_search_uuid_generate='-luuid' ac_cv_search_zlibVersion='-lz' ac_cv_sizeof_int='4' ac_cv_sizeof_long='4' ac_cv_sys_file_offset_bits='64' ac_cv_sys_largefile_CC='no' ac_cv_type_mode_t='yes' ac_cv_type_pid_t='yes' ac_cv_type_ssize_t='yes' am_cv_CC_dependencies_compiler_type='gcc3' am_cv_CXX_dependencies_compiler_ty...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
..._prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_double=12 ac_cv_sizeof_long_long=8 ac_cv_type_blkcnt_t=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_double=yes ac_cv_type_long_long=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes lt_cv_deplibs_check_method=pass_all lt_cv_f...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep=egrep ac_cv_prog_f77_g=yes ac_cv_prog_f77_v=-v ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_type_blkcnt_t=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_double=yes ac_cv_type_long_long=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes lt_cv_compiler_c_o=yes lt_cv_compiler_o_lo=...