Displaying 1 result from an estimated 1 matches for "__cabsl_s".
Did you mean:
__cabs_s
2007 Jan 18
1
Building R 2.4.1 on IRIX
...ared at
line 667 of "/usr/include/math.h").
static inline double cabs (double complex z) {return __c99_cabs(z); }
^
cc-1143 cc: ERROR File = /usr/include/complex.h, Line = 178
Declaration is incompatible with "long double cabsl(struct __cabsl_s)"
(declared at line 528 of "/usr/include/math.h").
static inline long double cabsl (long double complex z) {return __c99_cabsl(z);}
^
2 errors detected in the compilation of "complex.c".
gmake[3]: *** [complex.o] Error 2
All ideas...