[bwm-tools-tech] Compile problems - math functions
Brought to you by:
nkukard
From: Kobe L. <ko...@mo...> - 2003-12-23 16:25:26
|
This is indeed a problem with the bmw_tools I think (I'm not a genius in = make and other stuff) To solve the problem simply edit the bwm_tools-0.1.7/bwm_graph/Makefile = and add '-lm' to the GLIB_LIBS value, mine looks like this at the moment, = and it compiles well. GLIB_LIBS=3D-pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lm =20 Greetz Kobe |