I know it is only marginally on topic, but has anyone built a version of
Perl with the SUNWspro 5 (or later) C compiler and with the -xarch=v9
flags to enable 64-bit libraries, etc?  If so, could you send me the
output of two perl commands:

    perl -V

    perl -MConfig -e 'foreach $key (sort keys %Config) { print
"$key=$Config{$key}\n"; }'

Since I'm typing the second one from memory, you might have to debug it;
I'm looking all the keys and values in the %Config hash.

I need to test a 64-bit Perl with the 64-bit versions of Informix
ESQL/C, and my latest attempt to build Perl compiled, but failed
horribly with core dumps.  I expect I'm using the wrong libraries, but
I'd appreciate any help anyone can offer.

Thanks.

--
Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED])
Guardian of DBD::Informix 1.00.PC1 -- see http://www.cpan.org/
#include <disclaimer.h>

PS: Yes, it is a Sun Sparc Ultra 10 I'm using; it is a 64-bit processor.

Reply via email to