in reply to Re: 32bit lib on 64bit system
in thread 32bit lib on 64bit system

This fixed the problem, thank you! Just one thing: "perl32 Makefile.PL;make;make test" wasn't enough. Must do "perl32 Makefile.PL;make PASTHRU_INC='-m32' LD='cc -m32';make test"