about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-23 16:22:16 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-23 16:22:16 +0000
commit3ec01b70ff4878793c62a854dd9c2ec149c7a234 (patch)
treecf7af4258650a2df7e5ec9784a9df425d04ef685
parentae7c7a94330cb0f67a6250c8bd54fcdb9c2039bc (diff)
downloadzsh-3ec01b70ff4878793c62a854dd9c2ec149c7a234.tar.gz
zsh-3ec01b70ff4878793c62a854dd9c2ec149c7a234.tar.xz
zsh-3ec01b70ff4878793c62a854dd9c2ec149c7a234.zip
zsh-workers/8754
-rw-r--r--INSTALL14
1 files changed, 6 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index cadf4ee5b..5f4e2e82d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,14 +75,12 @@ 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.
+Note that the modules depending on zle or complete (e.g.: complist and
+deltochar) cannot be loaded dynamically on systems which do not allow symbols
+in one dynamically loaded library to be visible from another; this is true,
+for example, of version 4 of SunOS.  The most convenient workaround is to
+compile zle and complete into the base executable by including them in
+mymods.conf as described above.
 
 Compiler Options or Using a Different Compiler
 ----------------------------------------------