On 14/03/2008, Graham Fawcett <[EMAIL PROTECTED]> wrote:
> (declare (uses ...)) doesn't do what you think it does. :-) It's for
>  specifying relationships between compilation units, not modules
>  (eggs).
>
>  I usually do csc -X module1 -R module2 myfile.scm (where module1 is
>  needed at compilation, and module2 is needed at runtime).

I don't even understand what (declare (unit)) does, apart from the
fact that it makes csc complain in compiling a unit in dynamic mode.

And I'm not good with docs, but I can't seem to find much info on what those 2.

Leo


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to