Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-09 Thread Bill Hoffman
On 8/9/2010 12:31 PM, Verweij, Arjen wrote: Brad, I have access to the machine again. I've tried another approach. What do you make of this? I'm sure you know what cmake -E vs_link_exe is supposed to do. :) The first works, the second does, even with /INCREMENTAL:YES Regards, Arjen ACCORDING

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-09 Thread Verweij, Arjen
CompileExec.exe Hello >-Original Message- >From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf >Of Verweij, Arjen >Sent: maandag 9 augustus 2010 16:15 >To: Brad King >Cc: cmake@cmake.org >Subject: Re: [CMake] ifort 9.1 unable to compile a simple test program

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-09 Thread Verweij, Arjen
Hi, >Interesting. It works for ifort 11.1. So does > > ifort /incremental:yes myfile.f > >ICE for any file with ifort 9.1? Hrm, no not really :| Not too sure why this is breaking. Is this technically an ICE? I see ifort reporting it, but it occurs when linking and both ifort and xilink call

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-09 Thread Brad King
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 an

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-07 Thread Verweij, Arjen
org >Subject: Re: [CMake] ifort 9.1 unable to compile a simple test program > >On 08/06/2010 04:22 PM, Verweij, Arjen wrote: >> I did it is below the cmake error in the previous email. No error just >a prompt >> And no noticeable difference to me. > >Your previous mess

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-06 Thread Brad King
On 08/06/2010 04:22 PM, Verweij, Arjen wrote: > I did it is below the cmake error in the previous email. No error just a > prompt > And no noticeable difference to me. Your previous message did E:\cmake28\bin\cmake.exe -E vs_link_exe E:\PROGRA~1\Intel\Compiler\Fortran\9.1\em64t\bin\ifort.exe /

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-06 Thread Verweij, Arjen
rg >Subject: Re: [CMake] ifort 9.1 unable to compile a simple test program > >On 08/06/2010 03:12 PM, Verweij, Arjen wrote: >> it does get recognized as Intel. >[snip] >> -- The Fortran compiler identification is Intel > >Good. > >> I started again, and incl

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-06 Thread Brad King
On 08/06/2010 03:12 PM, Verweij, Arjen wrote: > it does get recognized as Intel. [snip] > -- The Fortran compiler identification is Intel Good. > I started again, and included the manual link line. The rsp file exists > and contains CMakeFiles/cmTryCompileExec.dir/testFortranCompiler.f.obj, > the

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-06 Thread Verweij, Arjen
ntermediate.manifest cmTryCompileExec.exe.resource.txt cmTryCompileExec.ilk cmake_install.cmake cmtrycompileexec.pdb testCCompiler.c testCXXCompiler.cxx testFortranCompiler.f E:\build\CMakeFiles\CMakeTmp> >-Original Message- >From: Brad King [mailto:brad.k...@kitware.com] >Sent: vrijda

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-06 Thread Brad King
On 08/06/2010 11:26 AM, Verweij, Arjen wrote: > I can execute the linkline manually and it seems to link fine. > How can I debug what's going on? [snip] > -- The Fortran compiler identification is unknown This is the first problem which may cause the others. CMake does not recognize the compiler

[CMake] ifort 9.1 unable to compile a simple test program

2010-08-06 Thread Verweij, Arjen
Hi, Ifort 9.1 is unable to compile a simple test program on WinXP 64 bit with cmake 2.8.2. I can execute the linkline manually and it seems to link fine. How can I debug what's going on? Thanks, Arjen E:\build>cmake Z:\f90example -G "NMake Makefiles" --debug-trycompile debug trycompile on --