Re: [Rd] Buidling R on Linux (Itanium) fails (PR#7897)

2005-05-26 Thread Christophe Pouzat
Hi, here is the configure command line I used for an Intel PIV processor with icc, ifort and the intel mkl: ./configure CC=icc CFLAGS=-O2 -mp -prec_div F77=ifort CXX=icc CXXFLAGS=-O2 -mp -prec_div FFLAGS=-C90 -w90 -w95 -mp -prec_div CPICFLAGS=-shared CXXPICFLAGS=-shared FPICFLAGS=-shared

Re: [Rd] Buidling R on Linux (Itanium) fails (PR#7897)

2005-05-26 Thread Ei-ji Nakama
I tried to build R using the Intel compilers (icc, ifort) and the Math Kernel Libraries for BLAS/LAPACK Optimizations used were -O3, and the FPICFLAGS=-fpic was exported. The build failed with the following error message: I did not use MKL, but there was a problem to Intel compiler.