g++ 4 & MACOSX_DEPLOYMENT_TARGET=10.2
g++ 4 & MACOSX_DEPLOYMENT_TARGET=10.2
- Subject: g++ 4 & MACOSX_DEPLOYMENT_TARGET=10.2
- From: "Nathan Herring" <email@hidden>
- Date: Wed, 16 Nov 2005 06:29:04 -0800
- Thread-topic: g++ 4 & MACOSX_DEPLOYMENT_TARGET=10.2
Am I correct in thinking that g++ 4-built targets won't run on 10.2?
10.2 doesn't have the dynamic version of the stdc++ library, just the
static version. But, even if you want to link with -static-libgcc, the
option is ignored in g++ 4 on 10.4.3 with the Xcode 2.2 update since
there is no static version. No warnings or anything.
Would using the 10.2 SDK make this work correctly (since a static
version _does_ live there)? Unfortunately, since I'm using a jam target,
I'm not so sure how to set it up. (Regular Xcode projects are a cinch
that way.)
Thanks in advance,
nh
----
Nathan Herring
MacBU SDE/Development
_______________________________________________
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