Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: PATCH: Module configuration changes



> +link - `dynamic', if the module is to be dynamically linked -- meaningless
> +           if this is not available on your system.
> +       `static' if the module is to be linked directly into the executable.
> +       `no' if the module is not to be linked at all.  In this case it will
> +           not even be compiled.


there seems to be one more value "either" that links dynamically if possible
else statically. Is it user visible? In this case better name is needed.
"auto"? Also, "dynamic" won't link a module
if compiled statically. That needs a word in documentation.


-andrej



Messages sorted by: Reverse Date, Date, Thread, Author