search for: __c99_cabs

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

Did you mean: __c99_cabsl
2007 Jan 18
1
Building R 2.4.1 on IRIX
...-c complex.c -o complex.o cc-1143 cc: ERROR File = /usr/include/complex.h, Line = 176 Declaration is incompatible with "double cabs(struct __cabs_s)" (declared 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...