Re: porting newer versions of gcc with XCode
Re: porting newer versions of gcc with XCode
- Subject: Re: porting newer versions of gcc with XCode
- From: "Arindam Mallik" <email@hidden>
- Date: Fri, 25 Apr 2008 15:15:13 -0500
I am working on cross platform compilation of a software. As for my linux build, I was using gcc4.1.2 and I wanted to stick to the same version.
Thanks for the link. I would check if Xcode can be ported with a newer gcc build.
-Arindam
On Fri, Apr 25, 2008 at 11:18 AM, Jean-Daniel Dupas <
email@hidden> wrote:
Le 25 avr. 08 à 15:35, Arindam Mallik a écrit :
Hi,
I have just started development using XCode. I have been using gcc4.1.2 while using linux. However, the Xcode gcc version is gcc4.0.0. I was wondering if there is any way to upgrade to later versions of gcc while using XCode.
Thanks,
Arindam
Xcode (note the case, Upper 'X', minor 'c') embed a modified version of GCC (the Apple branch in fact). Using a gnu version is probably a bad idea as i does not include a lots of changes specific to OS X like Obj-2 compilation for example.
What is there in GCC 4.1.2 that you miss in GCC 4.0 ?
Note that the Apple GCC 4.2 sources are available (http://www.opensource.apple.com/darwinsource/10.5.2/gcc_42-5531/) but i don't know how hard it is to build gcc and to tell Xcode to use your custom build.
_______________________________________________
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