Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Monolithic zsh with an attitude
- X-seq: zsh-workers 16187
- From: Raúl Núñez de Arenas Coronado <dervishd@xxxxxxxxxxxx>
- To: Zsh <zsh-workers@xxxxxxxxxx>
- Subject: Monolithic zsh with an attitude
- Date: Sun, 28 Oct 2001 21:29:15 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Raúl Núñez de Arenas Coronado <dervishd@xxxxxxxxxxxx>
- Sender: Raúl Núñez de Arenas Coronado <dervishd@xxxxxxxxxxxx>
Hello zsh-workers :)
I need to build a monolithic zsh but I want it to have some
additional builtins, as the ones contained in the dynamic module
'mathfunc', for example.
Obviously, if I use --disable-dynamic, none of these modules are
available, and 'configure' doesn't provide a way of choosing whether
the modules must be included in the monolithic zsh (that's obvious
too, and desirable).
My question is: must (and safely can) I edit the appropriate
'.mdd' files to have some modules statically linked in my monolithic
zsh or is it dangerous?. I'm assuming that the way to have the
modules I need statically linked is editing the corresponding '.mdd'
file and changing the 'link' parameter (and maybe 'load' too).
Am I wrong?
Raúl
Messages sorted by:
Reverse Date,
Date,
Thread,
Author