Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!WHEATIES.AI.MIT.EDU!rms From: rms@WHEATIES.AI.MIT.EDU (Richard Stallman) Newsgroups: gnu.gcc Subject: More confusion on GNU copying conditions Message-ID: <8811131422.AA00325@sugar-bombs.ai.mit.edu> Date: 13 Nov 88 14:22:34 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 31 >This is a misconception. The Gnu license is not transferred to code >that is produced by the compilers. This much is accurate. The libraries (when linked into >runtime code) are also not subject to the licensing. This part is untrue. Most of the GNU libraries (termcap, malloc, obstacks, libg++, etc.) are covered by the GNU copying conditions, so any executable file which contains them is also covered, and cannot be distributed except on those conditions (which include making the *entire* source available as free software). The main exception to this is the tiny library that GCC uses automatically. Its functions are too tiny for copyright to apply to them, so it has no effect on how the output can be used. "This really bummed me out. I really like the GNU concept, but I don't like my rights to software being taken away by a compiler." The GNU concept is that software should be shared. This person seems to be saying that he likes the GNU concept, except in so far as it means he has to share software. Is this paradoxical, or what? Perhaps he thought the GNU concept was something else. Due to some vagueness, it is barely possible that he does want to share the work in question and thinks Bison poses a problem for this. If so, I believe there is really no problem, but if I am mistaken, I would like to cooperate in solving it.