You need to try adding -lglib-2.0 to the end of you gcc command line when 
linking; something about your partilular version may have placed the options 
in the wrong order or have additional dependencies.

How to do this?  Well, you could try editing the src/Makefile ad find the line 
starting 'LDFLAGS = '; then add the option to the end of that line.

Or, when you run configure, set, some env vars first which should do this:

LDFLAGS="-lglib-2.0" LIBS="glib-2.0" ./configure

Then try and run make again to compile.

The rrdtool configure process is usually pretty good about taking account of 
dependencies and locations of files; not sure what might be going on here. 
Possibly you have a very different glib library version with different 
dependencies.

Steve

Steve Shipway
s.ship...@auckland.ac.nz

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to