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: Steven Kramer <email@hidden>
- Date: Wed, 13 Jul 2005 22:11:53 +0200
Op 13-jul-2005, om 3:04 heeft Nick Zitzmann het volgende geschreven:
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.
In my case, I also had to cross-compile against the 10.3.0 SDK from
XCode 1.5.
$ 0.02
Regards,
Steven Kramer
--
email@hidden
http://www.sprintteam.nl/
_______________________________________________
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