I notice it is using the GCC 4.0 compiler. Should I set it up to
build using the earlier
compiler? I remember learning we can change this... how is it done
using 2.1 X-Code?
If you're building for anything earlier than 10.3.9, you need to be
using the gcc 3.3 compiler. You can set this by adding the following
to your build settings:
GCC_VERSION 3.3
We did that, it made no difference and I still get that link error.
All I can think of
is that some new object is using it, and Apple didn't tell us about
it... (sigh).
Or, again, if you're building Universal, something like this:
GCC_VERSION_ppc 3.3
I'm not - yet.
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden