Re: [CMake] Building a library with fortran and c code

2006-05-30 Thread Brad King
Doug Henry wrote: I assume this is a special case and cmake is capable of building fortran projects? There should be no problem for projects that do not have modules (Fortran77 for example). Some support for modules is implemented but it has never been tested beyond a few toy examples. I do

Re: [CMake] Building a library with fortran and c code

2006-05-30 Thread Doug Henry
I assume this is a special case and cmake is capable of building fortran projects?On 5/30/06, Brad King < [EMAIL PROTECTED]> wrote:Doug Henry wrote:> Has there been any resolution to this issue?  I receive a variety of > mod.proxy errors when compiling fortran using cmake 2.4.2.No one has had time

Re: [CMake] Building a library with fortran and c code

2006-05-30 Thread Brad King
Doug Henry wrote: Has there been any resolution to this issue? I receive a variety of mod.proxy errors when compiling fortran using cmake 2.4.2. No one has had time to investigate the problem. -Brad ___ CMake mailing list CMake@cmake.org http://www.

Re: [CMake] Building a library with fortran and c code

2006-05-30 Thread Doug Henry
Has there been any resolution to this issue?  I receive a variety of mod.proxy errors when compiling fortran using cmake 2.4.2.On 11/10/05, Paulo Jabardo <[EMAIL PROTECTED]> wrote: Sorry, I musta have mada some very silliy mistake when originally posting: My CMakeLists.txt is as follows: In the t