Why doesn't gcc come with OS X?

With an operating system that requires at least 3 gigs of space to install, and that touts itself as one built on UNIX you would think a C compiler would come standard. I know I'm in the minority of OS X users in that I spend at least 50% of my time in my terminal. However, I think it's wrong that one is required to fill out a registration, albeit free, to get gcc (the GNU Compiler Collection) for OS X.

Once you have filled out your ADC (Apple Developer Connection) registration, you can then download the latest version of gcc,  but only bundled in with Xcode Tools 2.2. This lovely suite weighs in at 833.7 MB for the version released on Nov 10, 2005.

You are entitled, however, to choose the Xcode Legacy Tools to the tune of 20.2 MB and thusly, older versions of gcc (gcc 2.95.2 and gcc 3.1).

Why is it important to include gcc with OS X? First of all, gcc is the basis for compiling most open source software. Secondly, gcc is released under the GPL and in my personal opinion should be free of registration and/or terms of use requirements. I shouldn't have to spend time with a registration and should definitely be able to get a build of gcc for OS X / Darwin / PowerPC without having to read a huge license and checking "I agree to the terms listed above". Both a registration and license are required to gain access to the ADC downloads.

Apple, please open up at least the gcc compiler and release it as a free download linked on the gcc home page. This has officially been added to my holiday wish list. As usual, feel free to rant in the comments about my open source opinions.
 

Recommended