in reply to Clone only compiling to 64 bit

Are you sure the /app/shared/home/someuser/src/tm/ss/src/shared/lib/cpan/lib/perl5/ExtUtils/xsubpp is compatible with your Perl? Please add the output of
perl -V
too (note the capital V).
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^2: Clone only compiling to 64 bit
by eallenvii (Novice) on Jun 23, 2015 at 21:08 UTC
    Turns out that for whatever reason Clone MakeFile.pl was not respecting any arguments that would tell it to use 32bit so i had to download, modify MakeFile to add -m32 to various FLAGS directives to get it to do the right thing.