Version 0.0.1 did not work when compiled for 64bit architectures and the
following had to be done for compiling it as 32bit.
---
On 64bit make sure it is compiled for 32bit. You can do this telling configure
to use CFLAGS.
    ./configure --with-cflags=-m32
---

Version 0.1.0 works on 64bit architectures (when recognized as such).
