Displaying 1 result from an estimated 1 matches for "dansi".
Did you mean:
ansi
1998 Jun 08
1
IBM AIX problems
...itself
in fp.h and that this would work in any case.
Interestingly, xlc (the "standard IBM AIX compiler") has no problem
with both finite(.) and FINITE(.).
BUT: I have never been successful compiling R with xlc:
Compilation of the current snapshot stops with
$ xlc -DANSI -D_XOPEN_SOURCE -I/usr/local/vni/.include -I../include \
-c system.c
"system.c", line 150.16: 1506-275 (S) Unexpected text readMask ignored.
"system.c", line 150.9: 1506-045 (S) Undeclared identifier fd_set.
"system.c", line 151.9: 1506-275 (S...