diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-25 00:21:44 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-25 00:21:44 +0000 |
commit | d8f703027345170c7bc820ed7808e693dd1377d6 (patch) | |
tree | f9b1b6ad59f19577c0e1c5b6357cb869b4bebfba /Etc/MACHINES | |
parent | d770c43f14ef6e559aa16da1c1408e006bb2a137 (diff) | |
download | zsh-d8f703027345170c7bc820ed7808e693dd1377d6.tar.gz zsh-d8f703027345170c7bc820ed7808e693dd1377d6.tar.xz zsh-d8f703027345170c7bc820ed7808e693dd1377d6.zip |
zsh-3.1.6-dev-20 zsh-3.1.6-dev-20
Diffstat (limited to 'Etc/MACHINES')
-rw-r--r-- | Etc/MACHINES | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Etc/MACHINES b/Etc/MACHINES index 34acaf453..d5f1be7ce 100644 --- a/Etc/MACHINES +++ b/Etc/MACHINES @@ -18,6 +18,10 @@ The format of entries is thus: Machines -------- +Apple/NeXT OpenStep 4.2 for i386. + Reported to work at least with gcc 2.8.1 and gawk 2.15 patchlevel + 6, but not with the bundled cc 2.7.2.1 and awk. + Cray: Unicos (C90 and T90) Should build `out-of-the-box'. @@ -66,7 +70,7 @@ IBM: AIX 3.2, 4.1 4.1, though native cc works. More information about this problem would be appreciated. -Linux: Linux (i386) [3.1.4] +Linux: Linux (i[345]86,various Pentia,AMD K6/2) Should build `out-of-the-box'. If you are using an early minor version of libc 5, then a bug @@ -80,6 +84,13 @@ Linux: Linux (i386) [3.1.4] on Linux Alpha with egcs 1.0.3a and 1.1.1 using -O1 or greater, the completion code is not correctly compiled. + Some versions of glibc2 have a conflict with <asm/resource.h> + which causes a redefinition warning on RLIM_INFINITY. This + causes configure to decide that <sys/resource.h> is not present, + which can cause compilation errors in zsh's rlimit code. The + best solution is to edit config.h after running configure and + #define HAS_SYS_RESOURCE_H. + NetBSD: NetBSD 1.* Should build `out-of-the-box'. |