Re: Cross development with SDK 10.3.9 not compatible with 10.3.8
Re: Cross development with SDK 10.3.9 not compatible with 10.3.8
- Subject: Re: Cross development with SDK 10.3.9 not compatible with 10.3.8
- From: Dmitry Markman <email@hidden>
- Date: Tue, 14 Jun 2005 01:17:29 -0400
thanks a lot
On Jun 14, 2005, at 12:53 AM, Nick Zitzmann wrote:
On Jun 13, 2005, at 9:56 PM, Dmitry Markman wrote:
library I built with 10.3.9 SDK requires /usr/lib/libstdc++.
6.dylib (at least otool -L indicates that)
but 10.3.8 and earlier doesn't have that dylib
unfortunately I don't have 10.3.X SDK where X < 9
but I have XCode 2.0 installer so I probably can use pax to
extract that from the installer
is it ok to extract SDK from the installer and use it?
You could, but it won't help you there, because it's GCC 4.0 that
links to the libstdc++ dylib. If you're working on a C++ project
and you need to support OS releases earlier than 10.3.9, then you
should switch to GCC 3.3, which used a static C++ library.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
Dmitry Markman
_______________________________________________
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