On 08/07/2010 03:52 AM, Verweij, Arjen wrote: > Apparently it breaks because of /INCREMENTAL:YES --
Interesting. It works for ifort 11.1. So does ifort /incremental:yes myfile.f ICE for any file with ifort 9.1? > Can I just turn this off in Windows-ifort.cmake or is this > symptomatic of another problem? Yes, but I'd like to address this upstream too. Let me know if SET (CMAKE_EXE_LINKER_FLAGS_INIT " /INCREMENTAL:YES") from Windows-ifort.cmake works. That line is just an optimization in the default flags anyway. Removing it should not break anyone's current builds. If someone really wants that he/she can add it to the CMakeCache in CMAKE_EXE_LINKER_FLAGS directly. Thanks, -Brad _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
