Displaying 1 result from an estimated 1 matches for "d_stdc_c99".
Did you mean:
_stdc_c99
2009 May 07
0
Building 2.9.0 on Solaris 10 U6 x86
...bother to read what configure was up to.
In general, the R Installation and Administration manual section on Solaris is not quite correct. I'm using U6 and Studio 12, but it required considerable examination of system headers and fiddling w/ preprocessor symbols. I needed to set:
DEFS="-D_STDC_C99 -D__STDC__ -D__EXTENSIONS__ "
in config.site.
There's a bit of weirdness about what the starting directory is if one follows the instructions at the bottom of page 8. It *really* cared what PWD was when I invoked R. Starting R in the wrong place caused setwd(outDir) to fail when I invo...