* PROBLEMS: Update documentation for problems with Sun C++ 5.0

through Forte 6u1, and for how to get GNU make on Solaris.
This commit is contained in:
Werner LEMBERG 2004-05-26 06:45:40 +00:00
parent 26f1dfcd08
commit 0000c1aaba
2 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
* PROBLEMS: Update documentation for problems with Sun C++ 5.0
through Forte 6u1, and for how to get GNU make on Solaris.
2004-05-24 Werner LEMBERG <wl@gnu.org>
* PROBLEMS: Document problems with gcc 3.4.0 on Sun. Reported

View File

@ -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.
----------------------------------------------------------------------