search for: int_32_bits

Displaying 10 results from an estimated 10 matches for "int_32_bits".

2002 Mar 25
1
int 32 bit error on SPARC 64bit (PR#1415)
....4.1/src/main' gmake[2]: *** [R] Error 2 gmake[2]: Leaving directory `/opt/R/R-1.4.1/src/main' gmake[1]: *** [R] Error 1 gmake[1]: Leaving directory `/opt/R/R-1.4.1/src' gmake: *** [R] Error ************* Related Code: ************* ***Related code in arithemtic.c file: 667 #ifndef INT_32_BITS 668 /* configure checks whehter int is 32 bits. If not this code will 669 need to be rewritten. Since 32 bit ints are pretty much universal, 670 we can worry about writing alternate code when the need arises. 671 To be safe, we signal a compiler error if int is not 32 bit...
2004 Sep 06
2
Error when running configure on xeon with r-1-9-patched
...nknown configure: error: linking to Fortran libraries from C fails See `config.log' for more details. I think this is the relevant part of the log, but I heavn't copied the lengthy section on the variables etc that come at the end of the config.log file: | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 12 | /* end confdefs.h. */ | #define F77_DUMMY_MAIN _main | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () |...
2012 Oct 21
1
FreeBSD installation problems
...jaymax-#393:# ls config.log config.log jaymax-#394:# wc config.log 3859 14227 118427 config.log jaymax-#395:# tail -30 config.log ... ... ... #define HAVE_INTPTR_T 1 #define HAVE_UINTPTR_T 1 #define R_INLINE inline #define SIZEOF_INT 4 #define INT_32_BITS 1 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_DOUBLE 8 #define SIZEOF_LONG_DOUBLE 12 #define SIZEOF_SIZE_T 4 configure: exit 1 jaymax-#396:# I then provided the compilers explicitly ./configure cc=gcc47 F77=gfortran47 CXX=g++47 FC=gfortran47...
2002 Jan 18
2
32 bit error compiling R on sparc-sun-solaris (PR#1273)
Full_Name: vinod rajakumar Version: R-1.4.0 OS: Solaris 5.8 Submission from: (NULL) (66.9.157.2) my machine looks like: SunOS 5.8 Generic_108528-07 sun4u sparc SUNW,Sun-Blade-1000 (64-bit) I downloaded the zipped R-1.4.0 files into $HOME/dwnlds, unzipped, un-tar-ed, and ran the following: export MAKE=gmake export CC = gcc ./configure --prefix=$HOME/sfw/R gmake and here's where it
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
...ine HAVE_WCHAR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_POSIX_SETJMP 1 | #define RETSIGTYPE void | #define HAVE_DECL_SIZE_MAX 1 | #define SOCKLEN_T socklen_t | #define WORDS_BIGENDIAN 1 | #define R_INLINE inline | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_POSIX_SETJMP 1 | #define RETSIGTYPE void | #define SOCKLEN_T socklen_t | #define WORDS_BIGENDIAN 1 | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:14945: checking for dummy main to link with Fortran 77 libraries configure:14982: gcc -o conftest -g -O2 -I/usr/local/include -...
2014 Sep 26
1
configure: error: linking to Fortran libraries from C fails
...fine HAVE_GLIBC2 1 | #define RETSIGTYPE void | #define HAVE_INT64_T 1 | #define HAVE_INT_FAST64_T 1 | #define HAVE_DECL_SIZE_MAX 1 | #define R_SOCKLEN_T socklen_t | #define HAVE_STACK_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define R_INLINE inline | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_SIZE_T 8 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | /* end confdefs.h. */ | #define F77_DUMMY_MAIN _main | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C&quot...
2002 Apr 04
2
non-32-bit integer problem on SUN-Blade
...they depend on a two's complement representation (but that is almost universal). The tests that compare results to double's depend on being able to accurately represent all int's as double's. Since int's are almost universally 32 bit that should be OK. */ #ifndef INT_32_BITS /* configure checks whehter int is 32 bits. If not this code will need to be rewritten. Since 32 bit ints are pretty much universal, we can worry about writing alternate code when the need arises. To be safe, we signal a compiler error if int is not 32 bits. */ # error code requires that...
2005 Feb 08
0
Compiling R as a shared library
...#define HAVE_WCHAR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_POSIX_SETJMP 1 | #define HAVE_GLIBC2 1 | #define RETSIGTYPE void | #define HAVE_DECL_SIZE_MAX 1 | #define SOCKLEN_T socklen_t | #define R_INLINE inline | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## __ | #define HAVE_F77_UNDERSCORE 1 | #define HAVE_DOUBLE_COMPLEX 1 | #define SHLIB_EXT ".so" | #define HAVE_OFF_T 1 | #defi...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...T_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIMES_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define INT_32_BITS 1 #define PACKAGE "R" #define PACKAGE_BUGREPORT "r-bugs at R-project.org" #define PACKAGE_NAME "R" #define PACKAGE_STRING "R 2.0.1" #define PACKAGE_TARNAME "R" #define PACKAGE_VERSION "2.0.1" #define RETSIGTYPE void #define R_CPU "i68...