Re: [CMake] osx 10.6 10.5 compability issue

2011-04-29 Thread Michael Jackson
Try the fortran from http://r.research.att.com/tools/ Mike Jackson On Friday, April 29, 2011, Yngve Levinsen wrote: > So I tried, and noticed a few things: > > 1. When I set CMAKE_OSX_DEPLOYMENT_TARGET the setting does NOT show up > if I do "ccmake ." in the build folder. Is this correct behavio

Re: [CMake] osx 10.6 10.5 compability issue

2011-04-29 Thread Yngve Levinsen
So I tried, and noticed a few things: 1. When I set CMAKE_OSX_DEPLOYMENT_TARGET the setting does NOT show up if I do "ccmake ." in the build folder. Is this correct behaviour? 2. I use fortran as a linker language. At first I thought I set it wrongly since it did not have any effect and I could n

Re: [CMake] osx 10.6 10.5 compability issue

2011-04-28 Thread Yngve Inntjore Levinsen
Hi Michael, I notice you know a lot about CMake and OSX, thanks once again! I'll give it a try asap. Cheers, Yngve On Thursday 28 April 2011 06:04:18 PM Michael Jackson wrote: > You probably want to set the "CMAKE_OSX_DEPLOYMENT_TARGET" to 10.5 and > recompile. > __

Re: [CMake] osx 10.6 10.5 compability issue

2011-04-28 Thread Michael Jackson
You probably want to set the "CMAKE_OSX_DEPLOYMENT_TARGET" to 10.5 and recompile. ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton

[CMake] osx 10.6 10.5 compability issue

2011-04-28 Thread Yngve Inntjore Levinsen
Dear all, I have compiled my code in OSX Snow Leopard, and then a colleague using OSX Leopard wanted to use the bundle. However, he had some strange error saying something like: dyld error: unknown required load command (sorry I don't have the exact error print at hand) I tried to google it a