Tobia Conforto scripsit:

> Moreover, they must be conveyed in a form suitable for relinking with  
> a modified version of rbtree.scm.  This means that all programs  
> statically linked with Chicken must also be distributed in object  
> code, to allow relinking with a different version of rbtree.scm

This is the killer part for C/C++ applications, so I have to say that
I now agree with Felix.  In Java (which is what I mostly use these days)
it doesn't matter, because code is rarely if ever distributed in linked
form (using gcj); it's always distributed in .jar form, which is basically
a ZIPfile of object form.

-- 
John Cowan      [EMAIL PROTECTED]
        "Not to know The Smiths is not to know K.X.U."  --K.X.U.


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to