Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Static modules
- X-seq: zsh-workers 20981
- From: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Static modules
- Date: Tue, 15 Mar 2005 13:20:56 -0600
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Currently, there are a lot of modules marked as link=dynamic, which
means that they are unavailable when the shell is statically linked, or
when --disable-dynamic is specified. Changing them all from
link=dynamic to link=either doesn't add that much to the executable
size, and ensures that modules are always available when requested:
OS dynamic either
FreeBSD 5.3 1364036 1455012
AIX 5.2 1207448 1360814
Solaris 10 923180 1000104
Could this be made the default (link=either instead of link=dynamic)?
--
Dan Nelson
dnelson@xxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author