I know that the output of GCC is not covered by the GPL because libgcc.a has a specific exemption. Could you confirm that the same applies to the output of G++ when I'm compiling STL code (so including lumps of templated stuff for map<foo,bar>, as well as libstdc++ to get iostream working right)? Tom