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: Nick Zitzmann <email@hidden>
- Date: Mon, 13 Jun 2005 22:53:47 -0600
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
_______________________________________________
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