diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-28 04:55:46 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-28 04:55:46 +0000 |
commit | 148b4556832bcd633c9932a11b079d7d636fd91b (patch) | |
tree | 04d4082c43a51d8692156713abb037b64e326933 | |
parent | 31252df2991204dfc596b64a41db65e19771d323 (diff) | |
download | zsh-148b4556832bcd633c9932a11b079d7d636fd91b.tar.gz zsh-148b4556832bcd633c9932a11b079d7d636fd91b.tar.xz zsh-148b4556832bcd633c9932a11b079d7d636fd91b.zip |
HPUX & Solaris notes.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Etc/MACHINES | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 796886995..e8a7b8a3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-27 Bart Schaefer <schaefer@zsh.org> + + * unposted: Etc/MACHINES: Mention failure of gcc 2.7.1 on HPUX, + and need for --disable-lfs on Solaris 2.6. + 2001-05-27 Clint Adams <clint@zsh.org> * 14492: Functions/Prompts/.distfiles, diff --git a/Etc/MACHINES b/Etc/MACHINES index 8d1487cc6..cf3fab6b3 100644 --- a/Etc/MACHINES +++ b/Etc/MACHINES @@ -78,6 +78,9 @@ HP: HP-UX 9, 10.20, 11.0 (rather than the 10.20 shl_load() function set). More details of any difficulties would be appreciated. + Compiling with gcc 2.7.1 is known to fail with header file + conflicts on HP-UX 11. Use the HP ANSI C compiler. + IBM: AIX 3.2, 4.1 Should build `out-of-the-box', but --enable-zsh-mem will not work. @@ -171,4 +174,5 @@ Sun: Solaris 2.* enable large file system and integer support on Solaris 2 with gcc. Apparently upgrading to gcc version 2.95.2 fixes this. If this is not feasible, configure with --disable-lfs. We would be - grateful for more detailed information. + grateful for more detailed information. The most problems seem + to occur on Solaris 2.6, where --disable-lfs is recommended. |