diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:11:42 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:11:42 +0000 |
commit | 20d67907c95265356b51dbdce8ecc0c1ede9e66b (patch) | |
tree | 69b0777db02f96555b3a0587cd630025062a7f09 /Etc | |
parent | 2a5a899a55fd2bce10efd01c75a4bec5285aa46c (diff) | |
download | zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.gz zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.tar.xz zsh-20d67907c95265356b51dbdce8ecc0c1ede9e66b.zip |
zsh-3.1.5-pws-5 zsh-3.1.5-pws-5
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/MACHINES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Etc/MACHINES b/Etc/MACHINES index 303508a93..7002f6db4 100644 --- a/Etc/MACHINES +++ b/Etc/MACHINES @@ -45,7 +45,8 @@ HP: HP-UX 9, 10.20 Should build `out-of-the-box'. IBM: AIX - Should build `out-of-the-box'. + Should build `out-of-the-box'. On AIX 3.x (at least), + --enable-zsh-mem will not work. Linux: Linux (i386) [3.1.4] If you are using an early minor version of libc 5, then a bug @@ -92,3 +93,6 @@ Sun: Solaris 2.* To avoid this, make sure you compile zsh without any reference to /usr/ucblib in your LD_LIBRARY_PATH. You can easily do this by just unsetting LD_LIBRARY_PATH before building zsh. + + Under Solaris 2.7, dynamically loaded library support with + --enable-dynamic currently does not work. |