mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
zsh-workers/8754
This commit is contained in:
parent
ae7c7a9433
commit
3ec01b70ff
1 changed files with 6 additions and 8 deletions
14
INSTALL
14
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
|
module name per line with no punctuation and no suffix. See the zshmodules
|
||||||
manual page for the list of available modules.
|
manual page for the list of available modules.
|
||||||
|
|
||||||
On systems which do not allow symbols in one dynamically loaded library to
|
Note that the modules depending on zle or complete (e.g.: complist and
|
||||||
be visible from another, comp1 will be compiled in to the base executable
|
deltochar) cannot be loaded dynamically on systems which do not allow symbols
|
||||||
when dynamic loading is used to provide a link between the compctl and zle
|
in one dynamically loaded library to be visible from another; this is true,
|
||||||
modules. However, the modules depending on zle (complist and deltochar)
|
for example, of version 4 of SunOS. The most convenient workaround is to
|
||||||
cannot be loaded dynamically on such systems; this is true, for example, of
|
compile zle and complete into the base executable by including them in
|
||||||
version 4 of SunOS. The most convenient workaround is to compile zle into
|
mymods.conf as described above.
|
||||||
the base executable by including it (as well as comp1) in mymods.conf as
|
|
||||||
described above.
|
|
||||||
|
|
||||||
Compiler Options or Using a Different Compiler
|
Compiler Options or Using a Different Compiler
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue