diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-10 16:02:24 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-10 16:02:24 +0000 |
commit | 4d1d676dbaf674ed713ae3ecc3afee216d77e00b (patch) | |
tree | bca901c8ff8d18134874a7aba42d873a229471c4 /Etc/MACHINES | |
parent | a9d36386d1d7708ca2a3a4815aa68cc9f0925be7 (diff) | |
download | zsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.tar.gz zsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.tar.xz zsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.zip |
enable dynamic libraries on MacOS X is the dlcompat library is installed
Diffstat (limited to 'Etc/MACHINES')
-rw-r--r-- | Etc/MACHINES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Etc/MACHINES b/Etc/MACHINES index eba4cb77c..3b62f27e3 100644 --- a/Etc/MACHINES +++ b/Etc/MACHINES @@ -18,7 +18,11 @@ Machines -------- Apple: MacOS X/Darwin 1.4 - Should build `out-of-the-box'. Dynamic loading does not work. + Should build `out-of-the-box'. + + For dynamic loading to work, you need to use the dlcompat library. + It can be downloaded from: + http://sourceforge.net/project/showfiles.php?group_id=17203 Red Hat Inc.: Cygwin Should build `out-of-the-box'. The compilation directory should |