gcc3 Available for Mac OS X 24
drc writes in that MacSlash notes that, according to the Apple gcc3 list, "The gcc3 project has been 'closed' for Jaguar, meaning that at this point there is almost no chance that there will be any further changes to the compiler that ships with Jaguar." If you really want to play, break out CVS and get to it.
Excellent.... (Score:2, Interesting)
Oh, but it will break everything! GCC is evil, why does GNU have to do this?
Re:Excellent.... (Score:1)
Default compiler on the Mac? (Score:2, Interesting)
Re:Default compiler on the Mac? (Score:3, Interesting)
It can compile C, C++, Objective-C, Ada, and on some Java®.
PS this message use UTF-8.
Re:Default compiler on the Mac? (Score:2)
But not for long. According to GCC 3.3 Changes [gnu.org]VMS is obsoleted, which I think means they are going to remove it for the next release after that.
Of course, in GCC 3.1, which is the GCC branch used in Jaguar, VMS support is still there.
PS this message use UTF-8.
It will indeed be a good day when UTF-8 has replaced ISO-8859-* and various other encodings. Actually, I read that the Red Hat 8.0 beta is supposed to use UTF-8 as its default charset, so maybe it'll happen sooner than we think!
Re:Default compiler on the Mac? (Score:2)
Re:Default compiler on the Mac? (Score:2)
What the reasoning beyond this decision was, I couldn't hazard a guess.
Re:Default compiler on the Mac? (Score:2)
You can still download the source for gcc and compile it and get objective-c support. If you want a clone of the OpenStep libraries (Cocoa) you can download GNUStep.
Re:Default compiler on the Mac? (Score:2)
Re:Default compiler on the Mac? (Score:3, Interesting)
I don't know what part of the OS X binary are actually compiled with gcc, probably a large majority. It seems [theregister.co.uk] that the Finder (OS X's graphical shell) is built using the powerplant framework [metrowerks.com], and therefore probably compiled using metrowerk's compiler.
I also heard some rumors that parts of the kernel where compiled using metrowerk's compiler because it does a better job of optimising PPC code, then again this is a rumor.
Re:Default compiler on the Mac? (Score:3, Interesting)
PowerPlant Framework has been compiled with gcc by Apple also. None of the kernel is compiled with metrowerk's because the kernel uses gcc extensions and can be compiled for x86.
Re:Default compiler on the Mac? (Score:2)
However, the codewarrior compiler create significantly better PPC code than gcc. This probably has to do with the fact that metrowerks is a motorola company and the compiler writers can just pick up a phone and talk to the cpu designers...
Re:Default compiler on the Mac? (Score:2)
Re:Default compiler on the Mac? (Score:1)
first OS based on gcc 3? (Score:4, Insightful)
Re:first OS based on gcc 3? (Score:2, Informative)
August 24th (Score:1)
Way Out Of Date (Score:2, Insightful)
Re:Way Out Of Date (Score:5, Informative)