Re: C runtime link error under Leopard
Re: C runtime link error under Leopard
- Subject: Re: C runtime link error under Leopard
- From: Peter O'Gorman <email@hidden>
- Date: Wed, 19 Dec 2007 01:24:15 -0600
parag vibhute wrote:
>
> Do the following stuff:
>
> In leopard, MacOSXSDK for 10.3 is not get installed by default. This is
> necessary to build the application for 10.3 because 10.3 requires to
> have GCC 3.3 build application. I think you have not installed SDK for
> 10.3, because of which GCC 3.3 is absent on your system.
>
> So just install it from leopard cd. Don't need to change any flags.
This is not correct.
Applications built with gcc 4 will work perfectly well with Mac OS X
10.3.9, there is no need to use gcc-3.3 unless you are targeting an
earlier system (such as 10.3.0).
If I recall correctly, installing the 10.3.x SDK does not install a
compiler, it is a different option. I am not going to go and check that
though.
I'm pretty sure that he needs to change the flags that he's passing to
the compiler, or he will end up with the wrong crt.o.
Peter
--
Peter O'Gorman
http://pogma.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden