diff options
author | Bill Glicker <billg@burrelles.com> | 1997-09-05 00:00:00 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +1200 |
commit | dc53cb16caf275be0324ed5c064205ac962ecbf3 (patch) | |
tree | 19f7fd110c2a933fe00418e17c429299e1249dd9 /hints/sco.sh | |
parent | 925266451136604d403de4bde5daacaa981d18a3 (diff) | |
download | perl-dc53cb16caf275be0324ed5c064205ac962ecbf3.tar.gz |
SCO Openserver 5.0.4 - add comment to hint file re compiler bug
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
Diffstat (limited to 'hints/sco.sh')
-rw-r--r-- | hints/sco.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/sco.sh b/hints/sco.sh index 6062fbeb2e..cef1c0c942 100644 --- a/hints/sco.sh +++ b/hints/sco.sh @@ -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' |