in reply to 64-bit Zoom!

We recently upgraded perl on our 64-bit solaris systems and attempted to compile with 64-bit support. The main perl executable compiled OK, but when we started compiling modules things started failing. I think the first program to start throwing errors was expat for XML::Parser.

We decided to back up and take the safe route and go 32-bit because I didn't think there would be a noticeable difference. Maybe I was wrong here? It's solaris vs. intel, but maybe we would have seen a performance improvement? We may never know. Interesting to read about your results.

Replies are listed 'Best First'.
Re^2: 64-bit Zoom!
by jdhedden (Deacon) on Jul 08, 2005 at 13:36 UTC
    I just compiled Perl (with 'use64bitint' and NOT 'use64bitall'), Expat and XML::Parser on Solaris/UltraSPARC, and everything works fine. If you used the 'use64bitall' setting in Perl, that may have been what caused your problems. Try it again with the 'use64bitint' setting only.

    Remember: There's always one more bug.