To whom it may concern,
I'm trying to build the Easy Windows Build version of LAPACK 3.2.1
together with CMake 2.8.1 and Intel Visual Fortran Compiler
Professional Edition 11.1.065 Update 6. When trying to build the CMake
VS9 project files I've got the following errors:
Check for working Fortran compiler using: Visual Studio 9 2008
Check for working Fortran compiler using: Visual Studio 9 2008 -- broken
CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/CMakeTestFortranCompiler.cmake:40
(MESSAGE):
The Fortran compiler "ifort" is not able to compile a simple test program.
It fails with the following output:
Change Dir: .../lapack-3.2.1.x86/CMakeFiles/CMakeTmp
Run Build Command:C:\PROGRA~2\MICROS~1.0\Common7\IDE\devenv.com
CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec
Microsoft (R) Visual Studio Version 9.0.21022.8.
Copyright (C) Microsoft Corp. All rights reserved.
1>------ Build started: Project: cmTryCompileExec, Configuration:
Debug Win32 ------
1>Compiling with Intel(R) Visual Fortran 11.1.065 [IA-32]...
1>testFortranCompiler.f
1>Compiling manifest to resources...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Linking...
1>Microsoft (R) Incremental Linker Version 9.00.21022.08
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>"/OUT: ...\lapack-3.2.1.x86\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec.exe"
1>/VERSION:0.0
1>/MANIFEST
1>"/MANIFESTFILE: ...\lapack-3.2.1.x86\CMakeFiles\CMakeTmp\Debug
cmTryCompileExec.exe.intermediate.manifest"
1>/DEBUG
1>"/PDB: ...\lapack-3.2.1.x86\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec.pdb"
1>"/IMPLIB:
...\lapack-3.2.1.x86\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec.lib"
1>user32.lib
1>/debug
1>cmTryCompileExec.dir\Debug\testFortranCompiler.obj
1>"...\lapack-3.2.1.x86\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec.exe.embed.manifest.res"
1>LINK : fatal error LNK1561: entry point must be defined
1>
1>Build log written to
"file:/...\lapack-3.2.1.x86\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm"
1>cmTryCompileExec - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========
CMake will not be able to correctly generate this project.
Call Stack (most recent call first): CMakeLists.txt:2 (project)
Configuring incomplete, errors occurred!
Do you know how can I solve this problem? Thanks in advance!
--
Guillermo Sebasti?n Donatti
"...A clever person solves a problem. A wise person avoids it..."
-Albert Einstein
|