summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-27 18:59:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-27 18:59:53 +0000
commit92416aa5c0cef4c4b1267b7b8abbd359edf882c3 (patch)
tree912a9ab31baddae5c8f46ac70b282aafe897cf7b /INSTALL
parent92cdb05854f73b9ea7672a7ab69763b9f3b43b7f (diff)
Try to detect Solaris 2.4's broken regcomp().
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 10 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index f605eeb4..3b1bf416 100644
--- a/INSTALL
+++ b/INSTALL
@@ -165,10 +165,15 @@ All platforms
Solaris 2.4
- The system regcomp() and regexec() routines are very badly broken.
- So much so that using them will cause Mutt to be totally unusable.
- The --with-rx option to `configure' should always be used. (Note:
- the problems have apparently been fixed in Solaris 2.5)
+ The system regcomp() and regexec() routines are very badly
+ broken. This should be automatically detected by the
+ configure script. If not, use the --with-rx switch when
+ configuring mutt.
+
+ We are also hearing reports that Solaris 2.4's NLS libraries
+ dump core with mutt when using a locale different from "C".
+ Use the --with-included-gettext configuration switch if you
+ experience this problem.
Color does not work right with Solaris curses. You will have to
compile with either ncurses or slang to get working color support.
@@ -204,7 +209,7 @@ FreeBSD 3.0
are reported to be fine.
This may also be an issue with earlier FreeBSD
- versions.
+ versions and other BSD systems.
$Id$