Closed lewellyn closed 7 years ago
The correct predefined macro to use on Solaris is __sun, not __sun__. Compiling with Sun C ("Studio") fails with __sun__.
__sun
__sun__
As an aside, my CLFAGS were: -lm -xc99=all
-lm -xc99=all
The correct predefined macro to use on Solaris is
__sun
, not__sun__
. Compiling with Sun C ("Studio") fails with__sun__
.As an aside, my CLFAGS were:
-lm -xc99=all