Re: Xcode 2.5 and gcc 3 links against libstdC++6.dylib on 10.5 (fails on 10.2.8)
Re: Xcode 2.5 and gcc 3 links against libstdC++6.dylib on 10.5 (fails on 10.2.8)
- Subject: Re: Xcode 2.5 and gcc 3 links against libstdC++6.dylib on 10.5 (fails on 10.2.8)
- From: Marc Manthey <email@hidden>
- Date: Thu, 29 Nov 2007 02:33:47 +0100
On Nov 29, 2007, at 2:26 AM, John Pattenden wrote: Ok so I have been trying and almost succeeding in getting Xcode to build an app on 10.5 that will run back to 10.2.8
After installing Xcode 2.5 and gcc 3.3 I can get a pure Objective C app to run fine on 10.2.8
but other apps that mix C++ and Obj C are failing with the message that is can't open libstdC++6.dylib
is there a way to set the version it need to weak link against to be compatible with the version installed in 10.2.8?
Doesn't 10.2.8 need a statically linked C++ library? Or am I mis-remembering?
> You are linking to a static library on Panther that expects Panther dylibs that aren't present on a Jaguar system. > The references are coming from the static library you're linking with, not from your code.
regards
marc -- Opinions expressed may not even be mine by the time you read them, and certainly don't reflect those of any other entity (legal or otherwise).
|
_______________________________________________
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