Re: [CMake] CMake thinks Fortran is C++ when linking statically

2011-05-10 Thread Erlend Pedersen
On Tue, 2011-05-10 at 14:42 +0200, Michael Hertling wrote: > On 05/10/2011 12:19 PM, Erlend Pedersen wrote: > > I am having problems with Fortran linking that doesn't work when > > building static libraries, only when building shared libraries. I am > > using cmake from Ubuntu 10.04 (2.8.0-5ubuntu1

Re: [CMake] CMake thinks Fortran is C++ when linking statically

2011-05-10 Thread Michael Hertling
On 05/10/2011 12:19 PM, Erlend Pedersen wrote: > I am having problems with Fortran linking that doesn't work when > building static libraries, only when building shared libraries. I am > using cmake from Ubuntu 10.04 (2.8.0-5ubuntu1). > > I use CMake to build a project, including project-internal

[CMake] CMake thinks Fortran is C++ when linking statically

2011-05-10 Thread Erlend Pedersen
I am having problems with Fortran linking that doesn't work when building static libraries, only when building shared libraries. I am using cmake from Ubuntu 10.04 (2.8.0-5ubuntu1). I use CMake to build a project, including project-internal shared libraries. All executables are Fortran, but one of