about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-18 20:16:45 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-18 20:16:45 +0000
commitbabfbc2a065e42c1564489685c2162a7bb65a41e (patch)
tree8853110062298634b36ea46c48278845b06c68fb /Etc
parent53f178c19fa05106763fe576f0b1fc6089970432 (diff)
downloadzsh-babfbc2a065e42c1564489685c2162a7bb65a41e.tar.gz
zsh-babfbc2a065e42c1564489685c2162a7bb65a41e.tar.xz
zsh-babfbc2a065e42c1564489685c2162a7bb65a41e.zip
zsh-workers/9354
Diffstat (limited to 'Etc')
-rw-r--r--Etc/MACHINES6
1 files changed, 6 insertions, 0 deletions
diff --git a/Etc/MACHINES b/Etc/MACHINES
index 6f708acdb..34acaf453 100644
--- a/Etc/MACHINES
+++ b/Etc/MACHINES
@@ -131,3 +131,9 @@ Sun: Solaris 2.*
 	To avoid this, make sure you compile zsh without any reference
 	to /usr/ucblib in your LD_LIBRARY_PATH.  You can easily do this
 	by just unsetting LD_LIBRARY_PATH before building zsh.
+
+	Problems have been reported using --enable-lfs (the default) to
+	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.