summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS6
1 files changed, 6 insertions, 0 deletions
diff --git a/PROBLEMS b/PROBLEMS
index e3e6a7bb..ad3ca61a 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -783,3 +783,9 @@ patch is available. Use GCC 2.95.2 or later instead.
Make sure -DCFRONT_ANSI_BUG is included in DEFINES in the top-level
Makefile. If that doesn't solve the problem, define INT_MIN as
-INT_MAX in libgroff/lib.h.
+
+----------------------------------------------------------------------
+
+* When compiling on MacOS X, groff compiles but does not run well.
+
+Use ./configure CXX=g++2 then make as usual.