diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-06-18 10:55:45 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-06-18 10:55:45 +0000 |
commit | a2159285e80508bb682d90a71270fbddada8bd05 (patch) | |
tree | c491bf7a28d7f8fac7ab05cc860c01dea95c19b1 /Etc | |
parent | 805381040dd69dd02b78423d2d71913b33f3cc33 (diff) | |
download | zsh-a2159285e80508bb682d90a71270fbddada8bd05.tar.gz zsh-a2159285e80508bb682d90a71270fbddada8bd05.tar.xz zsh-a2159285e80508bb682d90a71270fbddada8bd05.zip |
zsh-3.1.5-pws-22 zsh-3.1.5-pws-22
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/MACHINES | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Etc/MACHINES b/Etc/MACHINES index 27e21f330..89ec474c9 100644 --- a/Etc/MACHINES +++ b/Etc/MACHINES @@ -38,6 +38,10 @@ DEC: OSF/1 1.2, 1.3, 2.0, 3.*, DEC Unix 4.* (Alpha) This problem is not related to zsh. If you have such problems, remove the bogus strip and use /bin/strip instead. + On Digital UNIX 4.0, compilation with gcc and with --enable-dynamic + apparently needs configuring with explicit flags: + DLLD=gcc LDFLAGS='-g -rpath <path-to-.so-files>' ./configure ... + FreeBSD: FreeBSD 2.2.7 [3.1.4] Should build `out-of-the-box'. @@ -102,5 +106,7 @@ Sun: Solaris 2.* 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. + Under Solaris 2.7, problems have been reported with dynamically + loaded library support using --enable-dynamic. However, other + users have been successful with the standard Sun compiler. + More details of any problems would be appreciated. |