Displaying 2 results from an estimated 2 matches for "sunf95".
Did you mean:
sub195
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
...LAGS="-g -xc99 -xlibmil -xlibmieee"
MAIN_CFLAGS=-g
SHLIB_CFLAGS=-g
CPPFLAGS="-I. -I/opt/sun/sunstudio12.1/prod/include
-I/opt/sun/sunstudio12.1/prod/include/cc"
CPPFLAGS+="-I/opt/sun/sunstudio12.1/prod/include/cc/sys
-I/usr/local/include"
F77=/opt/sun/sunstudio12.1/bin/sunf95
FFLAGS="-g -O -libmil "
SAFE_FFLAGS="-g -libmil"
CPICFLAGS=-Kpic
FPICFLAGS=-Kpic
SHLIB_LDFLAGS=-shared
LDFLAGS=-L/opt/sun/sunstudio12.1/lib/386
CXX=/opt/sun/sunstudio12.1/bin/sunCC
CXXFLAGS="-g -xlibmil -xlibmieee"
CXXPICFLAGS=-Kpic
SHLIB_CXXLDFLAGS="-G -lCstd&quo...
2010 Feb 23
1
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems (rt)
...g R-patched, configure was successful. However,
make exited with an error.
Configure summary:
Installation directory: /usr/local
C compiler: /opt/sun/sunstudio12.1/bin/suncc -g -O -xc99
-xlibmil -m32 -xlibmieee -nofstore
Fortran 77 compiler: /opt/sun/sunstudio12.1/bin/sunf95 -g -O
-libmil -m32 -nofstore
C++ compiler: /opt/sun/sunstudio12.1/bin/sunCC -g -O
-xlibmil -m32 -xlibmieee -nofstore
Fortran 90/95 compiler: /opt/sun/sunstudio12.1/bin/sunf95 -g -O
-libmil -m32 -nofstore
Obj-C compiler:
Interfaces supported: X11, tcltk
External li...