search for: compiler70

Displaying 2 results from an estimated 2 matches for "compiler70".

Did you mean: compiler
2003 Sep 25
2
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)
...erhaps it's only a typo, perhaps it's an error of autoconf. So you have to do some things manually: 1) run configure : (you have to adjust the paths) env CPICFLAGS=-shared CXXPICFLAGS=-shared FPICFLAGS=-shared SHLIB_LDFLAGS=-shared ./configure CC=icc CFLAGS=-O2 CPPFLAGS=-I/opt/intel/compiler70/ia32/include F77=ifc CXX=icc CXXFLAGS=O2 FFLAGS=-C90 2) delete a wrong path in some Makefiles: -L/usr/local/lib" The quotation mark is the wrong thing. Delete it! You can search all the files containing this erratum recursively by R-1.7.1> grep local/lib\" * R-1.7.1> grep loca...
2003 Sep 25
0
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4296)
...erhaps it's an error of autoconf. > So you have to do some things manually: > 1) > run configure : (you have to adjust the paths) > env CPICFLAGS=-shared CXXPICFLAGS=-shared FPICFLAGS=-shared > SHLIB_LDFLAGS=-shared ./configure CC=icc CFLAGS=-O2 > CPPFLAGS=-I/opt/intel/compiler70/ia32/include F77=ifc CXX=icc > CXXFLAGS=O2 FFLAGS=-C90 > 2) delete a wrong path in some Makefiles: > -L/usr/local/lib" > The quotation mark is the wrong thing. Delete it! > You can search all the files containing this erratum recursively by R-1.7.1> grep local/lib\"...