Re: [bwm-tools-tech] compiling errors
Brought to you by:
nkukard
From: Kobe L. <ko...@pu...> - 2004-02-25 17:32:28
|
Seems like the same problem we saw earlier. has something to to with the -lM lib missing in some compile statement (on some platforms, on my Suse 9 it works like a charm) On an added note, bwm_tools works excellent without bwm_graph, except you won't be able to make pretty graphs from it. Greetz Kobe ----- Original Message ----- From: "Santiago J. Ruano Rincón" <san...@av...> To: <bwm...@li...> Sent: Wednesday, February 25, 2004 3:45 AM Subject: [bwm-tools-tech] compiling errors > > Hi > > I'm trying to install bwm_tools in a Redhat 9. I've had some troubles with the > includes of rrdtool's includes, and I had to copy rrd.h to the includes > directory of bwm_tools src. > > but now, i get this error: > > cc -o bwm_firewall bwm_firewall.o ../lib/libbwm.a -pthread -lgthread-2.0 > -lglib-2.0 -lxml2 -lz -lm > make[2]: Saliendo directorio `/usr/src/bwm_tools-0.1.7/bwm_firewall' > make[1]: Saliendo directorio `/usr/src/bwm_tools-0.1.7/bwm_firewall' > make[1]: Cambiando a directorio `/usr/src/bwm_tools-0.1.7/bwm_graph' > make bwm_graph > make[2]: Cambiando a directorio `/usr/src/bwm_tools-0.1.7/bwm_graph' > cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -pthread -lgthread-2.0 > -lglib-2.0 -L/usr/local/rrdtool-1.0.46/lib -lrrd > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x13d): In function `ytr': > /usr/src/rrdtool-1.0.46/src/rrd_graph.c:153: referencia a `log10' sin definir > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x153):/usr/src/rr dtool-1.0.46/src/rrd_graph.c:153: > referencia a `log10' sin definir > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x1c4):/usr/src/rr dtool-1.0.46/src/rrd_graph.c:161: > referencia a `log10' sin definir > > any help is appreciated, > > > Santiago J. Ruano Rincón > > Avatar Ltda. > ParqueSoft Popayán > +57-2 8221214 > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |