X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.solaris;h=427e08de6ed00d3511e2c4d2993f26cf358fcb81;hb=abba722db52fdb6c3ea552eff9b64de087ec4944;hp=d3b541f8f10f78894c041f54497889c1365764c4;hpb=59fadd0047a1639f11dafe915dbb953e0197e065;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.solaris b/README.solaris index d3b541f..427e08d 100644 --- a/README.solaris +++ b/README.solaris @@ -508,19 +508,6 @@ make sure that it includes the directory with the 'ar' command. This is a common problem on Solaris, where 'ar' is in the /usr/ccs/bin/ directory. -=item warning: dead part of constant expression is nonconstant - -If you are using the Sun Studio 10 compilers ('cc -V' reports "Sun C 5.7") you -may see lots of these errors while building perl. This is an erroneous warning -from the compiler, if you are interested in the details the Sun bug id is -6344975. The warnings can safely be ignored, but if they bother you they may -be suppressed by adding "-Accflags=-erroff=E_DEAD_NONCONST" to your Configure -command-line. Note however that earlier versions of the compiler don't have the -ability to report this warning and will complain about a bad message tag if you -specify that you want the compiler to suppress the warning. Note also that the -erroff option embedded into Config.pm and will be used for building any XSUB -modules post-install. - =back =head1 MAKE TEST