Hi all, I've built and tested rrdtool http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ Configuration string looks like following: sh -c 'export CFLAGS="-DALL_STATIC -g" ; ./configure' The problem is, that rrdtool distribution contains libpng1.0.9, which is older than that in Cygwin. And the sources compile with the newest headers from /usr/include, but still are linked against the locally compiled library. Under cygwin1.dll release 1.3.1 it's not working because of the bug in sscanf. Under latest cygwin1.dll snapshot (2001-Aug-04), it works fine. All example tests are passed. Regards, Stanislav -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
