6 Oct
2005
6 Oct
'05
10:57
On Saturday 01 October 2005 02:38, mark pryor wrote:
hello,
I recently tried to build the perl-Crypt-Rijndael for my x86_64 SuSE 9.3. The source was downloaded from CPAN and I tried to use Perl's Makefile.PL
Almost half of the tests fail and only a forced install was allowed -- IOW a CPAN install will fail.
However the source builds perfectly in the i586 arch. on my laptop. Is there a way to tell Perl to build and run it as 32Bit?
The compiler compiles 32bit with -m32. How to get that into the perl build system is a different issue though. -Andi