Displaying 2 results from an estimated 2 matches for "mereaggregation".
2008 May 13
4
[LLVMdev] win32 assemblers and linkers for llvm
"Razvan Aciu" <admin at kam.ro> writes:
[snip]
> The problem is with the gcc and binutils licence. This is GPL and
[snip]
I agree with Owen Anderson on this one (altough IANAL, etc).
[snip]
> In that respect, if someone can adapt the MASM templates to produce
> NASM directives (it is the only thing that needs to be changed), these
> updates will be more than
2008 May 14
3
[LLVMdev] GPL licensing issues or can GCC be used with llvm for a commercial application?
...elpful mailing list. I made some
more researches about the licensing issue and this is what I discovered:
- from FSF it seems that packaging together a GPL application and a
commercial one it is a corner case of licensing. Here is what they say:
http://www.fsf.org/licensing/licenses/gpl-faq.html#MereAggregation
http://www.fsf.org/licensing/licenses/gpl-faq.html#GPLInProprietarySystem
It seems that if I use GCC only as a command line tool, it should be ok.
Anyway, there is a catch: "But if the semantics of the communication are
intimate enough, exchanging complex internal data structures, that too c...