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.