import mathutils : undefined symbol: BLI_dynstr_new

Hi,
I compiled blender-mathutils using python3.3. The compilation goes fine and it creates mathutils.cpython-33m.so.
However when I call import mathutils, I get the error

undefined symbol: BLI_dynstr_new

I think the symbol is in libblenlib_lib.a. Since the library is compile statically I am not able to load it in python. Any help is greatly appreciated.

Thank.
Sandeep

fixed
http://markmail.org/message/cugxpwemxf3ow3jo
http://pypi.python.org/pypi/mathutils/2.65

I’m experiencing the same issue with Python 3.4.3

Followed distutils build and install instructions. mathutils.cpython-34m.so exists in python3.4/dist-packages.

When I call import mathutils I get the same error

undefined symbol: BLI_dynstr_new

Sorry to bother. Any guidance appreciated.
Max