Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2008-03-25 Thread Arjen Markus
Bill Hoffman wrote: Xin XU wrote: Hello Bill, Thanks for your reply! I am using: CMake 2.4 patch 8 on Windows XP. I wrote a set of small C++ codes. When I put my codes and CMakeLists.txt on a Linux PC, the CMake works fine. When I put them on my Windows XP PC and asking CMake to configure

Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2008-03-24 Thread Bill Hoffman
Xin XU wrote: Hello Bill, Thanks for your reply! I am using: CMake 2.4 patch 8 on Windows XP. I wrote a set of small C++ codes. When I put my codes and CMakeLists.txt on a Linux PC, the CMake works fine. When I put them on my Windows XP PC and asking CMake to configure for Microsoft Visual

RE: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-25 Thread Dunlavy, Daniel M
- From: Alan W. Irwin [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 4:53 PM To: Dunlavy, Daniel M Cc: cmake@cmake.org Subject: RE: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler On 2007-10-24 16:18-0600 Dunlavy, Daniel M wrote: Here

Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-25 Thread Marie-Christine Vallet
Dunlavy, Daniel M wrote: I have tried all of the great suggestions on this list and I still have the same problems. As I mentioned before, I have tried to configure the Cmake Fortran test and get the same errors. I really think these errors are path related, as the specific error states that the

RE: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-25 Thread Dunlavy, Daniel M
? --Danny -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marie-Christine Vallet Sent: Thursday, October 25, 2007 10:06 AM To: cmake@cmake.org Subject: Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-25 Thread Bill Hoffman
Dunlavy, Daniel M wrote: Everything works if I add the following line to Windows-ifort.cmake: LINK_DIRECTORIES(C:/Intel/Compiler/Fortran/10.0.025/IA32/Lib) This is the path to the Intel Fortran Compiler libraries. Is this a bug that this directory is not being incorporated automatically once

RE: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-25 Thread Dunlavy, Daniel M
this project. -- Configuring done -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 2:19 PM To: Dunlavy, Daniel M Cc: cmake@cmake.org Subject: Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

[CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-24 Thread Dunlavy, Daniel M
I am trying to build a mixed fortran/C++ project and am having trouble using the Intel Fortran 10 compiler. I have checked the mailing list archives and tried to piece together a solution to no avail. I am using CMake 2.4.6 and today tried to use CMake 2.5 - 20071024, and both have the same

Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-24 Thread Marie-Christine Vallet
Dunlavy, Daniel M wrote: I am trying to build a mixed fortran/C++ project and am having trouble using the Intel Fortran 10 compiler. I have checked the mailing list archives and tried to piece together a solution to no avail. I am using CMake 2.4.6 and today tried to use CMake 2.5 - 20071024,

RE: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-24 Thread Dunlavy, Daniel M
Subject: Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler Dunlavy, Daniel M wrote: I am trying to build a mixed fortran/C++ project and am having trouble using the Intel Fortran 10 compiler. I have checked the mailing list archives and tried

Re: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-24 Thread Marie-Christine Vallet
Dunlavy, Daniel M wrote: Here is a copy of the CMakeLists.txt. I do not believe that anything below ENABLE_LANGUAGE(Fortran) is causing the problem, as CMakeSetup is choking on the Fortran tests run as a results of that command. I cannot generate a VS8 solution. Also, when I put the Fortran

RE: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-24 Thread Alan W. Irwin
On 2007-10-24 16:18-0600 Dunlavy, Daniel M wrote: Here is a copy of the CMakeLists.txt. I do not believe that anything below ENABLE_LANGUAGE(Fortran) is causing the problem, as CMakeSetup is choking on the Fortran tests run as a results of that command. ENABLE_LANGUAGE has known general