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 St

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

2008-03-23 Thread Bill Hoffman
Xin XU wrote: Hello, I read the discussions at http://www.mail-archive.com/cmake@cmake.org/msg09243.html because I am facing the same problem. I am using CMake on windowsXP. Is the problem stated in the discussion solved? How is it solved? Thanks & Regards, Xin Please provide spe

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

2007-10-25 Thread Dunlavy, Daniel M
bin CMake will not be able to correctly generate 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 bui

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 th

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 > Window

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
age- > 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-0

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 proble

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 libra

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

2007-10-24 Thread Dunlavy, Daniel M
Behalf > Of Marie-Christine Vallet > Sent: Wednesday, October 24, 2007 3:44 PM > To: cmake@cmake.org > 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

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,

[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 probl