Re[2]: bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-17 Thread Bulat Ziganshin
Hello Isaac,

Thursday, January 17, 2008, 8:05:56 PM, you wrote:
 (b) is a sufficient condition, but not necessary; there are other ways
 to satisfy the license.  It's also possible to just distribute, for 
 example, the .o file(s) and a way to link them with a GMP to get the 
 final result; this doesn't even reveal your source-code any more than 
 your program being dynamically linked, at least if you do it right -- right?

so, any commercial (closed-source) software written using GHC should
be also provided in form of object files which can be linked with GMP
to produce working executable

-- 
Best regards,
 Bulatmailto:[EMAIL PROTECTED]

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re[2]: bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-10 Thread Bulat Ziganshin
Hello Thorkil,

Thursday, January 10, 2008, 11:24:16 AM, you wrote:

 I've succeeded in building a binary distribution that uses static
 libraries for gmp and readline.
 GMP is distributed under the GNU LGPL. This license makes the library free to
 Readline is free software, distributed under the terms of the GNU General
 Public License, version 2.

in short, that means that software compiled with this compiler AND
distributed to general audience, should have GPL-compatible license
(i.e. GPL or BSD-like)

(as far as i understand GPL/LGPL terms)

-- 
Best regards,
 Bulatmailto:[EMAIL PROTECTED]

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: Re[2]: bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-10 Thread Yitzchak Gale
Thorkil Naur wrote:
 Readline is free software, distributed under the terms of the GNU General
 Public License, version 2.

Bulat Ziganshin wrote:
 in short, that means that software compiled with this compiler AND
 distributed to general audience, should have GPL-compatible license
 (i.e. GPL or BSD-like)
 (as far as i understand GPL/LGPL terms)

Any software compiled with this compiler, or only
software that uses System.Console.Readline?

Isn't this the same on all platforms? If what you are
saying is correct, then isn't it required for any program
compiled with any readline-enabled GHC to have a
GPL-compatible license? I don't think that's
right, but IANAL.

-Yitz
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users