search for: have_finite

Displaying 8 results from an estimated 8 matches for "have_finite".

1999 Sep 13
5
axis() produces junk on DEC alpha (PR#274)
Full_Name: Albrecht Gebhardt Version: 0.65.0 OS: Digital Unix 4.0E Submission from: (NULL) (212.17.104.62) Plottimg on the Alpha stopped working with 0.65.0. The tickmarks have a length of -Inf and go across the whole plot. A first solution is the following patch: --- src/main/plot.c.alpha-patch Mon Sep 13 01:37:11 1999 +++ src/main/plot.c Mon Sep 13 01:58:16 1999 @@ -832,7 +832,7 @@
1998 Jul 02
1
R-beta: 0.62.1 make error on Linux
I get an error trying to make R 0.62.1 on Linux (2.0.30 kernel upgraged from RH 4.1). I think I saw this mentioned before but haven't been able find it. Does anyone know the fix? Paul Gilbert _____ cd src; make R make[2]: Entering directory `/hda9/apps2/R-0.62.1/src' Extracting foreign function symbols cd graphics; make make[3]: Entering directory `/hda9/apps2/R-0.62.1/src/graphics'
1999 Nov 13
0
patches for alpha
...int *p = calloc(0, sizeof(int)); return(p == 0); @@ -550,14 +550,14 @@ AC_TRY_RUN( changequote(<<, >>)dnl << - #include <math.h> - #include "confdefs.h" +# include <math.h> +# include "confdefs.h" int main () { - #ifdef HAVE_FINITE +# ifdef HAVE_FINITE return(finite(1./0.) | finite(0./0.) | finite(-1./0.)); - #else +# else return(0); - #endif +# endif } >>, changequote([, ])dnl @@ -577,14 +577,14 @@ AC_TRY_RUN( changequote(<<, >>)dnl << - #include <math.h>...
1999 Sep 13
4
Problems with R-0.65.0
Hello, I installed the new release 0.65.0 of R on our local Solaris system. As I already (and sucessfully) installed the 0.64.0 and 0.64.1 version of R, I hadn't had any trouble during the installation. But as I've started R in order to see the demo I've got horizontal and vertical lines goint to the left and top of the X11 window at each tick (demo ("graphics")). This seems
1999 Sep 14
0
R with a broken finite() (was [R] Problems with R-0.65.0) (PR#275)
...is probably not a good idea, being an old pre-release (gcc 2.8.1, real egcs-1.1.2 and gcc-2.95.1 have all been tried). This reported that calloc and finite are broken on Solaris 2.6, and they are not on other systems, so it seems more likely that the compiler is broken. If you find a system with HAVE_FINITE and FINITE_BROKEN defined, then R will not work correctly (unless it uses the AIX workaround). The fix I suggested to Ralf worked, and will probably be incorporated in 0.65.1 (unless we find a better one). Try replacing the line # define R_FINITE(x) ((x) != R_NaReal) in Arith.h by st...
1999 Jul 23
1
0.65 HPUX/AIX update
The current situation is as follows. AIX: * I still need f77 for linking. Using ld with the suggested flags gives a binary with `exec format error'. The problem seems to be with an unreferenced __start. * The floating point (finite|isnan) stuff is strange, but under control, I think. Plain cc works, gcc has a problem and seems to need having prototypes turned off for IEEE fp.
2005 Feb 08
0
Compiling R as a shared library
..._(name,NAME) name ## __ | #define HAVE_F77_UNDERSCORE 1 | #define HAVE_DOUBLE_COMPLEX 1 | #define SHLIB_EXT ".so" | #define HAVE_OFF_T 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ACCESS 1 | #define HAVE_CHDIR 1 | #define HAVE_EXPM1 1 | #define HAVE_FCNTL 1 | #define HAVE_FINITE 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETUID 1 | #define HAVE_HYPOT 1 | #define HAVE_ISASCII 1 | #define HAVE_LOG1P 1 | #define HAVE_MATHERR 1 | #define HAVE_MKFIFO 1 |...
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
..._(name,NAME) name ## __ | #define HAVE_F77_UNDERSCORE 1 | #define HAVE_DOUBLE_COMPLEX 1 | #define SHLIB_EXT ".so" | #define HAVE_OFF_T 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ACCESS 1 | #define HAVE_CHDIR 1 | #define HAVE_EXPM1 1 | #define HAVE_FCNTL 1 | #define HAVE_FINITE 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETUID 1 | #define HAVE_HYPOT 1 | #define HAVE_ISASCII 1 | #define HAVE_LOG1P 1 | #define HAVE_MATHERR 1 | #define HAVE_MKFIFO 1 |...