From: Arjen M. <arj...@wl...> - 2007-05-29 07:23:40
|
Valery Pipin wrote: >Hi! > > >>what problem was that? The bindings for f77 and f95 should be >>independent, but perhaps your system has neither type of compiler? >> >> >> >I have intel fortran 9 installed in /usr/local/intel. >I heard that libtool does not support ifort. Also, there is linking >problem like : > >/usr/bin/cmake -P >CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake /usr/local/intel/bin/ifort >-KPIC -lm -O2 >"CMakeFiles/cmTryCompileExec.dir/testFortranCompiler.o" -o >cmTryCompileExec -i_dynamic IPO link: can not find "(" ifort: error: >problem during multi-file optimization compilation (code 1) gmake[1]: >*** [cmTryCompileExec] Error 1 gmake[1]: Leaving directory >`/home/vv/RPM/BUILD/plplot-5.7.3/alt/CMakeFiles/CMakeTmp' gmake: *** >[cmTryCompileExec/fast] Error 2 > > > Hello Valery, I don't remember having tried the Intel Fortran compiler via CMake, but this looks like a problem in the CMake support for that compiler. Well, it may not be of any importance to you, but there may be others who do depend on it ;). Thanks for reporting this one - I will forward this to the CMake list. Regards, Arjen |