in reply to Clone only compiling to 64 bit
I did have to modify the MakeFile and add -m32 to the CCFLAGS declaration. This time i was using cpanm and everytime i reran it would redownload the source and overwrite my MakeFile changes.
Thus i added --prompt and once it failed it asked me to retry again with the same source. I sat on this prompt and made the changes, then had it retry to success.
However, my cowork notated that in the documentation for ExtUtils::MakeMaker it had the right option:
cpanm --configure-args="CCFLAGS=-m32" --local-lib=/app/shared/lib/cpan + Clone@0.34
|
|---|