From 14810d6df13e0564a606b74e4c4e918e80862e25 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 24 Jul 1999 14:01:54 +0000 Subject: zsh-3.1.6-test-3 --- INSTALL | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5e61f0795..5c9ecae06 100644 --- a/INSTALL +++ b/INSTALL @@ -66,13 +66,23 @@ have already run make, then after adding or removing the modules run: Controlling what is compiled into the main zsh binary ----------------------------------------------------- -By default the comp1, compctl, zle, sched and rlimits modules are compiled -into non-dynamic zsh and no modules are compiled into the main binary if -dynamic loading is available. This can be overridden by creating the file -mymods.conf in the compilation directory (Src, unless you have told -configure to use another directory) with the list of modules which are to -be compiled into the main binary. See the zshmodules manual page for the -list of available modules. +By default the comp1, compctl, zle, complist, sched and rlimits modules are +compiled into non-dynamic zsh and no modules are compiled into the main +binary if dynamic loading is available. This can be overridden by creating +the file mymods.conf in the compilation directory (Src, unless you have +told configure to use another directory) with the list of modules which are +to be compiled into the main binary, one module name per line with no +punctuation and no suffix. See the zshmodules manual page for the list of +available modules. + +On systems which do not allow symbols in one dynamically loaded library to +be visible from another, comp1 will be compiled in to the base executable +when dynamic loading is used to provide a link between the compctl and zle +modules. However, the modules depending on zle (complist and deltochar) +cannot be loaded dynamically on such systems; this is true, for example, of +version 4 of SunOS. The most convenient workaround is to compile zle into +the base executable by including it (as well as comp1) in mymods.conf as +described above. Compiler Options or Using a Different Compiler ---------------------------------------------- -- cgit 1.4.1