>So my question is, whether the output of gcc/g++ is covered by the GPL, >or nor ? Not that I know of. The code generated by a compiler isn't a `derived work'. Of course, I don't speak as a lawyer. >Is it possible to develop comercial software with gcc/g++ ? Yes, though you may need to pay attention to which libraries you link with and which header files you include. p.