System V and Xenix compatibility

John Wilkes wilkes at mips.COM
Thu Jul 12 04:37:33 AEST 1990


In article <40800022 at uicsl.csl.uiuc.edu>, brando at uicsl.csl.uiuc.edu writes:
> /* Written  1:38 pm  Jul  5, 1990 by peterf at haddock.ima.isc.com in
uicsl.csl.uiuc.edu:comp.unix.i386 */
> /* ---------- "System V and Xenix compatibility" ---------- */
> 	>Lotus 1-2-3 (you may have heard of it), to System V and Xenix.
> 	>We developed on 386/ix and used gcc and gmake.  The executable
> /* End of text from uicsl.csl.uiuc.edu:comp.unix.i386 */
> 
> Correct me if I'm wrong, but I thought the whole point of the gcc compiler
> was that if you use it, the code you write is also covered by their licensing
> agreement

I believe that you are confusing use of the compiler with use of the GNU
library.  If your code is linked with the GNU library, then the
resultant executable contains GNU code, and is thus covered by the
license.  As I remember the discussions, one could avoid the licensing
restrictions by shipping a separate object file and instructions for
linking, including all the GNU lib source, etc. without having to
provide source for your proprietary whatzit.  IMO, this is sleazy.

I am neither a spokesman for the GNU Project nor a lawyer, and it is
quite likely that I am entirely incorrect.

John Wilkes

wilkes at mips.com   -OR-   {ames, decwrl, pyramid}!mips!wilkes



More information about the Comp.unix.i386 mailing list