[CMake] ifort 9.1 unable to compile a simple test program
Verweij, Arjen
VerweijA at tass-safe.com
Sat Aug 7 03:52:03 EDT 2010
Hi Brad,
Apparently it breaks because of /INCREMENTAL:YES --
E:\build\CMakeFiles\CMakeTmp>E:\cmake28\bin\cmake.exe -E vs_link_exe E:\PROGRA~1\Intel\Compiler\Fortran\9.1\em64t\bin\if
ort.exe /nologo @CMakeFiles\cmTryCompileExec.dir\objects1.rsp /W1 /nologo /fpp /libs:dll /threads /debug:full /dbglib
s /FecmTryCompileExec.exe -link /implib:cmTryCompileExec.lib /INCREMENTAL:YES /debug /subsystem:console user32.lib
backend signals
Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it oc
curred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
ifort: error: problem during multi-file optimization compilation (code 3)
LINK Pass 1 failed. with 3
/INCREMENTAL:NO --
E:\build\CMakeFiles\CMakeTmp>E:\cmake28\bin\cmake.exe -E vs_link_exe E:\PROGRA~1\Intel\Compiler\Fortran\9.1\em64t\bin\if
ort.exe /nologo @CMakeFiles\cmTryCompileExec.dir\objects1.rsp /W1 /nologo /fpp /libs:dll /threads /debug:full /dbglib
s /FecmTryCompileExec.exe -link /implib:cmTryCompileExec.lib /INCREMENTAL:NO /debug /subsystem:console user32.lib
E:\build\CMakeFiles\CMakeTmp>cmTryCompileExec.exe
Hello
Can I just turn this off in Windows-ifort.cmake or is this symptomatic of another problem?
Thanks,
Arjen
>-----Original Message-----
>From: Brad King [mailto:brad.king at kitware.com]
>Sent: vrijdag 6 augustus 2010 22:28
>To: Verweij, Arjen
>Cc: cmake at cmake.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 message did
>
>E:\cmake28\bin\cmake.exe -E vs_link_exe
> E:\PROGRA~1\Intel\Compiler\Fortran\9.1\em64t\bin\ifort.exe /nologo
> @CMakeFiles\cmTryCompileExec.dir\objects1.rsp
> @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm1395.tmp
>
>The @...tmp needs to be replaced with the rest of the command from
>build.make.
>
>-Brad
More information about the CMake
mailing list