On Tue, Jun 13, 2000 at 06:15:39PM +0200, Emin Karayel wrote: > So my question is, whether the output of gcc/g++ is covered by the GPL, or > nor ? Not. The only files gcc includes in your program (libgcc.a) include an explicit exception in order not to have the resulting program ending under the GPL. > Is it possible to develop comercial software with gcc/g++ ? Yes. OG.