Re: [CMake] pass compile flags to initial compiler test..

2010-09-23 Thread Yngve Inntjore Levinsen
-Original Message- > From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of > Yngve Inntjore Levinsen > Sent: Dienstag, 21. September 2010 17:08 > To: cmake@cmake.org > Subject: Re: [CMake] pass compile flags to initial compiler test.. > > Hi, &g

Re: [CMake] pass compile flags to initial compiler test..

2010-09-21 Thread Yngve Inntjore Levinsen
est? Could you post the output? > Maybe it's a similar problem as I had in [1] > > - Hannes > > [1] http://www.mail-archive.com/cmake@cmake.org/msg31486.html > > -Original Message- > From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of >

Re: [CMake] pass compile flags to initial compiler test.. now an assembler issue

2010-09-21 Thread Yngve Inntjore Levinsen
> > -Original Message- > > From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of > > Yngve Inntjore Levinsen > > Sent: Montag, 20. September 2010 18:38 > > To: cmake@cmake.org > > Subject: Re: [CMake] pass compile flags to initial

Re: [CMake] pass compile flags to initial compiler test.. now an assembler issue

2010-09-20 Thread Molsen, Hannes
Hi Yngve, > -Original Message- > From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of > Yngve Inntjore Levinsen > Sent: Montag, 20. September 2010 18:38 > To: cmake@cmake.org > Subject: Re: [CMake] pass compile flags to initial compiler test.. n

Re: [CMake] pass compile flags to initial compiler test.. now an assembler issue

2010-09-20 Thread Yngve Inntjore Levinsen
> Yngve Inntjore Levinsen > Sent: Montag, 20. September 2010 13:36 > To: cmake@cmake.org > Subject: [CMake] pass compile flags to initial compiler test > > I am trying to use a rather vanilla compiler for my CMake project > (Lahey-Fujitsu lf95 fortran compiler). This compiler

Re: [CMake] pass compile flags to initial compiler test

2010-09-20 Thread Molsen, Hannes
and it works pretty good. - Hannes -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Yngve Inntjore Levinsen Sent: Montag, 20. September 2010 13:36 To: cmake@cmake.org Subject: [CMake] pass compile flags to initial compiler test I am trying to

[CMake] pass compile flags to initial compiler test

2010-09-20 Thread Yngve Inntjore Levinsen
I am trying to use a rather vanilla compiler for my CMake project (Lahey-Fujitsu lf95 fortran compiler). This compiler (or perhaps just the particular version I have available) does only compile 32bit binaries, so on 64bit systems the initial test fails. In order for the test to succeed I need