diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-01 17:58:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-01 17:58:53 +0000 |
commit | 5138a4299549a9583eab01e2a45fcad43a03be7a (patch) | |
tree | c9e0eb1c5454ec6ed2b014b5531d8ef2a72ae595 /INSTALL | |
parent | 10ffd207715c487774b141822b4c4ae086096fc0 (diff) | |
download | zsh-5138a4299549a9583eab01e2a45fcad43a03be7a.tar.gz zsh-5138a4299549a9583eab01e2a45fcad43a03be7a.tar.xz zsh-5138a4299549a9583eab01e2a45fcad43a03be7a.zip |
19512: --enable-pcre option
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL index e1513bfa4..75d675d2e 100644 --- a/INSTALL +++ b/INSTALL @@ -359,6 +359,20 @@ correct handling of these types. None of this is relevant for 64-bit systems; zsh should compile and run without problems if (sizeof(long) == 8). +Searching for `pcre' +-------------------- + +Zsh has a module which allows the pcre regular expression library to be +used via shell builtins. Compiling this library into the shell with +dynamic loading (the default where available) produces a dependency on the +library libpcre.so. This is a problem on systems where zsh needs to be +available at boot before the directory containing libpcre.so (for +example /usr/lib or /usr/local/lib) is mounted. For this reason, +pcre support will only be searched for if the option --enable-pcre +is passed to configure. + +(Future versions of the shell may have a better fix for this problem.) + Options For Configure --------------------- |