librrd link problem
Posted
by farka
on Stack Overflow
See other posts from Stack Overflow
or by farka
Published on 2010-06-18T08:58:28Z
Indexed on
2010/06/18
9:03 UTC
Read the original article
Hit count: 291
c
i use rrd (graphic programming ) under rrdtool, i have installed; and i rund gcc
gcc -I/usr/include -I/usr/local/include -L/usr/lib -L/usr/local/lib -lrrd -o myprog test.c
myprog is execute file and test.c ist testprogram who i use function rrd_create from libary but gcc put out error like this: /usr/bin/ld: cannot find -lrrd why!!!!
© Stack Overflow or respective owner