SCO Openserver 5.0.4 - add comment to hint file re compiler bug
authorBill Glicker <billg@burrelles.com>
Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Thu, 4 Sep 1997 12:00:00 +0000 (00:00 +1200)
Perl 5.004_02 successfully compiles and passes all tests under SCO
Openserver 5.0.4p.

However, there is a bug in the Optimizing C Compiler (ver 2.1.4d).  When
using icc as the compiler, optimization must either be turned off or set to
"-O0" -- otherwise the "pack" tests fail.  The bug has been reported to SCO.

p5p-msgid: Pine.SCO.3.96.970811153021.18457A-100000@laura.burrelles.com

hints/sco.sh

index 6062fbe..cef1c0c 100644 (file)
@@ -67,6 +67,7 @@ icc)# Apparently, SCO's cc gives rather verbose warnings
        3) ccflags="$ccflags -W0 -quiet -U M_XENIX" ;;
        5) ccflags="$ccflags -belf -w0 -U M_XENIX"
           optimize="-O1" # -g -O1 will not work
+        # optimize="-O0" may be needed for pack test to pass.
        lddlflags='-G -L/usr/local/lib'
        ldflags=' -W l,-Bexport -L/usr/local/lib'
        dlext='so'