summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldelta.pod19
1 files changed, 6 insertions, 13 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9adbe16673..6f6051096d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -761,21 +761,14 @@ We have a failing test in F<op/sigdispatch.t> on i386-netbsd 3.1
=item *
-On Solaris, we have two kinds of failure. If F<make> is Sun's F<make≥>, we
-get this:
+On Solaris, we have two kinds of failure.
- make: Fatal error in reader: Makefile, line 103: Badly formed macro assignment
+If F<make> is Sun's F<make≥>, we get an error about a badly formed macro
+assignment in the F<Makefile>. That happens when F<./Configure> tries to
+make depends. F<Configure> then exits 0, but further F<make>-ing fails.
-That happens when F<./Configure> tries to make depends. F<Configure> then
-exits 0, but further F<make>-ing fails.
-
-If F<make> is F<gmake>, F<Configure> completes, then we get:
-
- `sh cflags "optimize='-O'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c
- CCCMD = /opt/SUNWspro/bin/cc -DPERL_CORE -c -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O
- "/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only in a c99 compilation environment."
- cc: acomp failed for perlmini.c
- gmake: *** [perlmini.o] Error 2
+If F<make> is F<gmake>, F<Configure> completes, then we get errors related
+to F</usr/include/stdbool.h>
=back