GNU compiling on Mac OS X legal issues?
|
Login/Create an Account
| Top
| 6 comments
|
Search Discussion
|
|
The Fine Print:
The following comments are owned by whoever posted them.
We are not responsible for them in any way.
|
|
|
|
|
by
Anonymous Coward
on Wednesday June 08, @04:08AM (#1682)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The GPL in this case applies to the GNU compiler which is just a tool. If you were to alter the GNU compiler or alter one of its libraries, then your new work would have to be released under the GPL.
A programmer that uses the GNU compiler and the libraries suppied with it to compile his code into a produce he wished to sell and remain private is perfectly free to do so.
This question came up at a lecture by Eric Raymond that I attended several years ago, and the impression I got was that if you own the source code, you own the binary code.
Tom
|
|
|
|
|
|
|
|
|
|
|
|
by
Anonymous Coward
on Monday June 27, @12:41PM (#1689)
|
|
|
|
|
libstdc++v3 isn't covered by the GNU LGPL, it's covered by the GNU GPL together with an exception, as described in the manual section describing the license terms [gnu.org].
|
|
|
|
|
|
|
|
|
by
Anonymous Coward
on Monday July 04, @03:44AM (#1691)
|
|
|
|
|
As long as your code is general C/C++ and will compile under a different compiler it's not counted as a derivative since it doesn't depend on that specific piece of GPL code.
// boxed@killingar.net
|
|
|
|
|