summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Little <stevan.little@iinteractive.com>2011-09-20 20:42:50 -0400
committerStevan Little <stevan.little@iinteractive.com>2011-09-20 20:42:50 -0400
commit93f0c9e611c4bad1e7a79bba04225397d3f5035b (patch)
tree4d18f645ba5a3cbfc1d33108066ad57edba65528
parent45c0823bcdbc26f33e307fb5e4a7e02af1c47536 (diff)
downloadperl-5.15.3.tar.gz
No need to go into this much detail in the pod (also podcheck doesn't like it)v5.15.3
-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