I'm compiling rrd on an Intel Redhat 6.1 box running kernel 2.4.5. I was able to run configure just fine, but make fails with this error:
Making all in src make[1]: Entering directory `/usr/local/src/rrdtool-1.0.33/src' gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../cgilib-0.4 -I../gd1.3 -I../libpng-1.0.9 -I../zlib-1.1.3 -g -O2 -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fPIC -c rrd_tool.c rrd_tool.c: In function `main': rrd_tool.c:197: storage size of `myusage' isn't known rrd_tool.c:226: warning: implicit declaration of function `getrusage' rrd_tool.c:226: `RUSAGE_SELF' undeclared (first use in this function) rrd_tool.c:226: (Each undeclared identifier is reported only once rrd_tool.c:226: for each function it appears in.) rrd_tool.c:197: warning: unused variable `myusage' make[1]: *** [rrd_tool.o] Error 1 make[1]: Leaving directory `/usr/local/src/rrdtool-1.0.33/src' make: *** [all-recursive] Error 1 any suggestions would be greatly appreciated. Thanks! - Darrell -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
