On Fri, May 4, 2012 at 2:02 PM, Liam Healy lnp@healy.washington.dc.us wrote:
I guess this is trying to build a 32-bit version on a 64-bit OS? (I'm at work now, 64 bit Debian squeeze, but same error as the Ubuntu laptop.)
Yes, the Makefile attempts to cross-compile a 32-bit version. However, it should be optional. And in fact, as you can see in the error message, make ignores the failure to compile libtest32.so. I've pushed a fix to make it do the same for libtest2_32.so and libfsbv_32.so.
Cheers,