Le 28/03/2014 16:47, Frederic Peters a écrit :
Niko Tyni wrote:this is usually a result of compiling perl XS extensions without $Config{ccflags}, currently resulting in binary incompatibility on 32-bit architectures. See #628522.I see bindings/perl/Makefile.am explicitly overrides CCFLAGS with something that includes $(PERL_CFLAGS), but I can't see any place where that's initialized. Possibly it would be enough to set PERL_CFLAGS to the contents of perl -V::ccflags: or something like that.Thanks Niko! David, could you try the attached patch? (I just checked it gets its PERL_CFLAGS set from perl -V::ccflags:, didn't try building) It's against the configure.ac of 2.4.0 but it should also apply just fine on top of 2.3.6. Fred
Thank you for your reactivity ! The patch is working well ! So indeed, it was "just" a compilation option bug... Do you think you can include this patch in next 2.4.0 ? David -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

