PDA

View Full Version : Question about the GNU C Compiler



Jimleko211
August 29th, 2009, 09:14 PM
If you compile a program with the GCC, does it have to be licensed under the GPL?

saulgoode
August 29th, 2009, 09:22 PM
http://www.gnu.org/licenses/gcc-exception.html

Frak
August 29th, 2009, 09:38 PM
No, there is a license exception. It's that way on nearly all of their libraries too. If it wasn't, BSD would be licensed under the GPL (since most, if not all of BSD is compiled using GCC).

RATM_Owns
August 29th, 2009, 09:44 PM
The Wii's software isn't open-source, but most (if not all, this includes IOS, boot2, and probably boot1 + boot0, and the system menu) is compiled with GCC.

BTW, it's not the GNU C Compiler. It was renamed to the GNU Compiler Collection forever ago. :P

Jimleko211
August 29th, 2009, 09:55 PM
BTW, it's not the GNU C Compiler. It was renamed to the GNU Compiler Collection forever ago. :P
Really? I just looked at the "GCC" and thought it stood for GNU C Compiler. My bad xD

Frak
August 29th, 2009, 10:00 PM
Really? I just looked at the "GCC" and thought it stood for GNU C Compiler. My bad xD
On the CLI, yes, it means GNU C Compiler. When advertising or referring to it, it means GNU Compiler Collection.