Re: Cross-developement 10.3.8 and 10.3.9
Re: Cross-developement 10.3.8 and 10.3.9
- Subject: Re: Cross-developement 10.3.8 and 10.3.9
- From: Julien Palmas <email@hidden>
- Date: Wed, 13 Jul 2005 10:20:03 +0900
Thank you Nick, that was the problem !
On Jul 13, 2005, at 10:04 AM, Nick Zitzmann wrote:
On Jul 12, 2005, at 6:44 PM, Julien Palmas wrote:
I am developping my application on 10.4.1. It runs perfectly on
10.4 and 10.3.9, but refuses to launch on 10.3.8
How come ?
Are you using (Objective-)C++ in your project(s), and are you using
GCC 4.0 to build it/them? If the answer to both questions is "yes",
then your app won't run in 10.3.8 or earlier, because GCC 4.0 links
C++ code against a dynamic C++ library, and that library wasn't
included in the OS until 10.3.9.
If you really need 10.3.0-10.3.8 compatibility, then you need to
use GCC 3.3 instead.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden