[CMake] Problem compiling on XCode @ Leopard

Sean McBride sean at rogue-research.com
Thu Feb 7 18:05:01 EST 2008


Then add "-mmacosx-version-min=10.4".  If you are _running_ on Leopard,
gcc/ld/Xcode default to 10.5 as the deployment target.  Are you
specifying an SDK?

On 2/7/08 11:59 PM, Steven Van Ingelgem said:

>The problem is that I cannot because I want my application to run on 10.4+
>
>On 07/02/2008, Sean McBride <sean at rogue-research.com> wrote:
>> On 2/7/08 11:02 PM, Steven Van Ingelgem said:
>>
>> >"_main", referenced from:
>> >start in crt1.10.5.so
>> >symbol(s) not found for architecture i386
>> >collect2: ld returned 1 exit status
>>
>> See:
>> <http://public.kitware.com/Bug/view.php?id=6195>
>>
>> Try adding "-mmacosx-version-min=10.5" to your 'other c flags'.
>>
>> --
>> ____________________________________________________________
>> Sean McBride, B. Eng                 sean at rogue-research.com
>> Rogue Research                        www.rogue-research.com
>> Mac Software Developer              Montréal, Québec, Canada
>>
>>

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada



More information about the CMake mailing list