Closed
Description
Tried compiling with intel MKL and intel compilers (not sure if issue has to do with those though). Make errored out with this:
fround.c(57): error: identifier "LONG_MAX" is undefined
if(x < (double) LONG_MAX) { /* in <limits.h> is architecture dependent */
^
compilation aborted for fround.c (code 2)
make[3]: *** [fround.o] Error 2
make[2]: *** [Rmath/src/libRmath-julia.so] Error 2
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2