Re: GCC 4.2
Re: GCC 4.2
- Subject: Re: GCC 4.2
- From: Jens Alfke <email@hidden>
- Date: Mon, 7 Sep 2009 10:07:17 -0700
On Sep 6, 2009, at 11:39 PM, Nava Carmon wrote:
I wonder whether all frameworks, that reside in Frameworks folder
were built with gcc 4.2? If i need to build my project with 4.0 will
it be the problem to include system frameworks? I mean frameworks
like cocoa, ruby and so on?
The compiler version doesn't matter. All compilers generate the same
kind of function calls and function entry points, for compatibility.
(This is called the platform's Application Binary Interface, or ABI.)
—Jens _______________________________________________
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
References: | |
| >GCC 4.2 (From: Nava Carmon <email@hidden>) |