problem with graphviz

BlitzMax Forums/Brucey's Modules/problem with graphviz

allos(Posted 2012) [#1]
I am running on Windows XP; I installed graphviz modules via Maximus; compilation of modules apparently without problems.
Trying to build example bmx files from graphviz samples, I obtain the following:

Linking:.example_01.debug.exe
C:/BlitzMax/lib/libmingwex.a(pformat.o):pformat.c:(.text+0x355): undefined reference to `__umoddi3'
C:/BlitzMax/lib/libmingwex.a(pformat.o):pformat.c:(.text+0x377): undefined reference to `__udivdi3'
Build Error: Failed to link C:/BlitzMax/mod/bah.mod/graphviz.mod/examples/.example_01.debug.exe

I cannot resolve the question by myself; any hint?