search for: warn_xcompile_sizeof_long

Displaying 1 result from an estimated 1 matches for "warn_xcompile_sizeof_long".

2002 Mar 25
1
int 32 bit error on SPARC 64bit (PR#1415)
...w 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: warning: ${warn_xcompile_sizeof_long}" 1>&2 10880 fi ********* Solution: ********* Run ./configure Ignore warnings in R-1.4.1/ directory create a file confdefs.h and enter (*see related configure file) #...