Re: [bwm-tools-tech] Compile problems - math functions
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2003-12-23 17:46:03
|
Not a problem with bwm_tools as there are none of the math functions mentioned by the errors being used. I'll add a fix to see if rrdtools requires math functions to be linked in. Thanks Nigel On Tue, Dec 23, 2003 at 05:25:20PM +0100, Kobe Lenjou wrote: > This is indeed a problem with the bmw_tools I think (I'm not a genius in = make and other stuff) >=20 > To solve the problem simply edit the bwm_tools-0.1.7/bwm_graph/Makefile a= nd > add '-lm' to the GLIB_LIBS value, mine looks like this at the moment, and= it compiles well. >=20 > GLIB_LIBS=3D-pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lm > =20 >=20 > Greetz > Kobe |