summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-05-26 06:45:39 +0000
committerwlemb <wlemb>2004-05-26 06:45:39 +0000
commitf2901a5093e9226ca375c81a0215bcfcc2e30450 (patch)
treec8552afe32e5eff7fe07f7951168bdb6317cd252 /PROBLEMS
parent7fa2fd9ed5dd0c3e4f004bf3a641125ee9955c59 (diff)
downloadgroff-f2901a5093e9226ca375c81a0215bcfcc2e30450.tar.gz
* PROBLEMS: Update documentation for problems with Sun C++ 5.0
through Forte 6u1, and for how to get GNU make on Solaris.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS15
1 files changed, 9 insertions, 6 deletions
diff --git a/PROBLEMS b/PROBLEMS
index b0ecbba7..0fd903d1 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -818,8 +818,11 @@ argument is a const char *. Fix the declaration of open() in
This occurs because GNU make and Unix make handle VPATH differently,
and the groff build relies on GNU make's VPATH handling.
-Use GNU make to work around the problem. In Solaris 8, GNU make is
-on the Software Companion CD and is installed as /opt/sfw/bin/gmake.
+Use GNU make <http://www.gnu.org/software/make/> to work around this.
+In Solaris 8 and 9, GNU make is on the Software Companion CD in
+package SFWgmake and is installed as /opt/sfw/bin/gmake. Prebuilt
+versions of GNU make for Solaris are also available from
+sunfreeware.com.
----------------------------------------------------------------------
@@ -894,11 +897,11 @@ directory and include that directory with a -I option.
----------------------------------------------------------------------
-* I get errors when I try to compile groff with Sun C++ version 5.0
- or 5.1.
+* I get errors when I try to compile groff with Forte Development 6
+ or 6u1, or Sun C++ version 5.0 through 5.2.
-This is a known problem; see Sun bug #4301919. As of this writing, no
-patch is available. Use GCC 2.95.2 or later instead.
+This is a known problem; see Sun bug #4301919. See Sun patches
+109482, 109490, 109508, and 109509 for fixes.
----------------------------------------------------------------------