sorry, pressed the wrong button. FreeBSD make is not compatible with rrdtool makefiles in much more places. Just have to use gmake.
regards, Stan --- Stanislav Sinyagin <[EMAIL PROTECTED]> wrote: > Hi, > > src/Makefile.am: lines 86-87: > > rrdupdate.o: rrd_update.c > $(COMPILE) -DSTANDALONE -c -o $@ $^ > > The "$^" variable is GNU make-specific, and fails to compile under > FreeBSD 4.10. Please change it to $<, which is more compatible. > > > > > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-developers > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
