Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: Stanislav Sinyagin All Com AG To: "'cygwin AT cygwin DOT com'" Subject: Successfully built rrdtool Date: Mon, 6 Aug 2001 16:06:54 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain 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/