> From: Harim Garcia Lamont <harim at terra.com.mx> > To: tools-compilers at opensolaris.org > > Hi, im new with Makefiles and configure scipts. I tried with sunstudio > compilers. I checked r-project's installing manual and they specify that: > > CC="cc -xc99" > CPPFLAGS=-I/opt/csw/include > CFLAGS="-O -xlibmieee" > F77=f95 > FFLAGS=-O4 > CXX=CC > CXXFLAGS=-O > FC=f95 > FCFLAGS=$FFLAGS > LDFLAGS=-L/opt/csw/lib > SHLIB_CXXLDFLAGS="-G -lCstd" ^^^^^^ I think you will have problem with some R-packages. FYI , I use -library=stlport4 Gilles
> > > I need to do this changes inside configure file? > -- > This message posted from opensolaris.org > _______________________________________________ > tools-compilers mailing list > tools-compilers at opensolaris.org