mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-19 03:31:14 +02:00
HPUX & Solaris notes.
This commit is contained in:
parent
31252df299
commit
148b455683
2 changed files with 10 additions and 1 deletions
|
@ -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>
|
2001-05-27 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* 14492: Functions/Prompts/.distfiles,
|
* 14492: Functions/Prompts/.distfiles,
|
||||||
|
|
|
@ -78,6 +78,9 @@ HP: HP-UX 9, 10.20, 11.0
|
||||||
(rather than the 10.20 shl_load() function set). More details of
|
(rather than the 10.20 shl_load() function set). More details of
|
||||||
any difficulties would be appreciated.
|
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
|
IBM: AIX 3.2, 4.1
|
||||||
Should build `out-of-the-box', but --enable-zsh-mem will not work.
|
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.
|
enable large file system and integer support on Solaris 2 with gcc.
|
||||||
Apparently upgrading to gcc version 2.95.2 fixes this. If this
|
Apparently upgrading to gcc version 2.95.2 fixes this. If this
|
||||||
is not feasible, configure with --disable-lfs. We would be
|
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.
|
||||||
|
|
Loading…
Reference in a new issue