Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: Module configuration changes
- X-seq: zsh-workers 13195
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: Module configuration changes
- Date: Mon, 27 Nov 2000 12:02:15 +0300
- Importance: Normal
- In-reply-to: <E1407sP-00066Q-00.2000-11-26-19-54-18@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> +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