According to config.log you have set 
 LDFLAGS="-I/lb/lib" .
But the lib variable must begin with a -L like
 LDFLAGS="-L/lb/lib"

Ralf

> [links inserted here]
> LIBS=-lm
> LDFLAGS=
> CPPFLAGS= -I/usr/include/libart-2.0
>
> Now, here's the directories where my built libaries ended up:
> /lb/include/
> lb/include/libpng12
> lb/include/libart-2.0
>
> When I set the LDFLAGS and CPPFLAGS according to the instructions found
> here: http://oss.oetiker.ch/rrdtool/doc/rrdbuild.en.html but pointing them
> to the directories above, I still get the same error, but with the LDFLAGS
> and CPPFLAGS set to the folders above where my built libraries are...


_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to