Re: [CMake] Problem compiling on XCode @ Leopard

2008-02-07 Thread Sean McBride
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, Se

Re: [CMake] Problem compiling on XCode @ Leopard

2008-02-07 Thread Steven Van Ingelgem
The problem is that I cannot because I want my application to run on 10.4+ On 07/02/2008, Sean McBride <[EMAIL PROTECTED]> 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 ret

Re: [CMake] Problem compiling on XCode @ Leopard

2008-02-07 Thread Sean McBride
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: Try adding "-mmacosx-version-min=10.5" to your 'other c flags'. -

Re: [CMake] Problem compiling on XCode @ Leopard

2008-02-07 Thread Mike Jackson
If you open the "Build Panel" in xcode where all the build information is written there is a group of 3 tiny buttons just under where all the build info is being written. Click the button that looks like 3 horizontal lines. This should open up another panel that all the detailed gcc/g++ inv

[CMake] Problem compiling on XCode @ Leopard

2008-02-07 Thread Steven Van Ingelgem
Hi, I don't know if this is a known problem, but I'm trying to compile an executable at a Mac. It compiles nicely with the generator "Unix Makefiles", but when I compile it under Debug mode in the generator "Xcode", it gives the error: "_main", referenced from: start in crt1.10.5.so symbol(s) n