On Tru64, freshly compiled perl 5.005_03, 
Configure.pl decides the correct type for opcode is 'l'
but that is 32 bit! After manually changinq it to 'q'
it mostly[1] works.

Problem is that al line 159 it does:
------------------------
elsif ($c{ivsize} == 8) {
    $c{packtype_i} = 'q';
    $c{packtype_op} = 'l';
}
------------------------

In which platforms was that working?

Regards
Mattia

[1]
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/op/bitwise.t    4  1024     4    4 100.00%  1-4
t/op/stacks.t     6  1536     9    6  66.67%  1 3 5 7-9
5 subtests skipped.
Failed 2/8 test scripts, 75.00% okay. 10/99 subtests failed, 89.90% okay.



Reply via email to