[R] compiling 2.6.2 using icc

2008-02-12 Thread Denham Robert
I am having trouble compiling R-2.6.2 on suse linux x86_64 using the intel compiler. I read section C.2.1 Intel compilers in the R Installation and Administration manual, and put CC=icc CFLAGS=-g -O3 -wd188 -ip F77=ifort FFLAGS=-g -O3 ICC_LIBS=/opt/intel/cce/10.1.012/lib

Re: [R] compiling 2.6.2 using icc

2008-02-12 Thread Prof Brian Ripley
It's working for other users of icc. Check what CC is set to in etc/Makeconf, and if it is not 'icc -c99', reset it. On Wed, 13 Feb 2008, Denham Robert wrote: I am having trouble compiling R-2.6.2 on suse linux x86_64 using the intel compiler. I read section C.2.1 Intel compilers in the R